Searched refs:PointerAllocaValues (Results 1 – 3 of 3) sorted by relevance
252 std::vector<Value *> PointerAllocaValues; member521 PointerAllocaValues.resize(Allocas.size()); in run()584 PointerAllocaValues[AllocaNum] = Info.AllocaPointerVal; in run()868 AST->copyValue(PointerAllocaValues[AllocaNo], PN); in QueuePhiNode()
225 std::vector<Value*> PointerAllocaValues; member388 if (AST) PointerAllocaValues.resize(Allocas.size()); in run()517 PointerAllocaValues[AllocaNum] = Info.AllocaPointerVal; in run()1006 AST->copyValue(PointerAllocaValues[AllocaNo], PN); in QueuePhiNode()
261 std::vector<Value *> PointerAllocaValues; member