Lines Matching defs:IV
234 LatticeVal &IV = TrackedGlobals[GV]; in TrackValueOfGlobalVariable() local
320 void pushToWorkList(LatticeVal &IV, Value *V) { in pushToWorkList()
330 void markConstant(LatticeVal &IV, Value *V, Constant *C) { in markConstant()
343 LatticeVal &IV = ValueState[V]; in markForcedConstant() local
353 void markOverdefined(LatticeVal &IV, Value *V) { in markOverdefined()
365 void mergeInValue(LatticeVal &IV, Value *V, LatticeVal MergeWithV) { in mergeInValue()
699 LatticeVal IV = getValueState(PN.getIncomingValue(i)); in visitPHINode() local
880 LatticeVal &IV = ValueState[&I]; in visitBinaryOperator() local
942 LatticeVal &IV = ValueState[&I]; in visitCmpInst() local
1034 LatticeVal &IV = ValueState[&I]; in visitLoadInst() local
1530 LatticeVal IV = Solver.getLatticeValueFor(V); in tryToReplaceWithConstant() local