Home | History | Annotate | Download | only in Utils

Lines Matching refs:Value

22 /// invalidating the SSA information for the value.  It returns the pointer to
31 // Create a stack slot to hold the value.
59 // If this is a PHI node, we can't insert a load of the value before the
61 // to the incoming value.
68 DenseMap<BasicBlock*, Value*> Loads;
71 Value *&V = Loads[PN->getIncomingBlock(i)];
82 Value *V = new LoadInst(Slot, I.getName()+".reload", VolatileLoads, U);
87 // Insert stores of the computed value into the stack slot. We have to be
113 // Create a stack slot to hold the value.
140 Value *V = new LoadInst(Slot, P->getName() + ".reload", &*InsertPt);