Home
last modified time | relevance | path

Searched refs:PointerAllocaValues (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp252 std::vector<Value *> PointerAllocaValues; member
521 PointerAllocaValues.resize(Allocas.size()); in run()
584 PointerAllocaValues[AllocaNum] = Info.AllocaPointerVal; in run()
868 AST->copyValue(PointerAllocaValues[AllocaNo], PN); in QueuePhiNode()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp225 std::vector<Value*> PointerAllocaValues; member
388 if (AST) PointerAllocaValues.resize(Allocas.size()); in run()
517 PointerAllocaValues[AllocaNum] = Info.AllocaPointerVal; in run()
1006 AST->copyValue(PointerAllocaValues[AllocaNo], PN); in QueuePhiNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp261 std::vector<Value *> PointerAllocaValues; member