Searched refs:PromoteMemToReg (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | PromoteMemToReg.h | 40 void PromoteMemToReg(const std::vector<AllocaInst*> &Allocas,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | PromoteMemToReg.h | 41 void PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT,
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | PromoteMemToReg.h | 43 void PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT,
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 78 PromoteMemToReg(Allocas, DT); in INITIALIZE_PASS_DEPENDENCY()
|
D | PromoteMemoryToRegister.cpp | 1132 void llvm::PromoteMemToReg(const std::vector<AllocaInst*> &Allocas, in PromoteMemToReg() function in llvm
|
/external/llvm/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 49 PromoteMemToReg(Allocas, DT, nullptr, &AC); in promoteMemoryToRegister()
|
D | PromoteMemoryToRegister.cpp | 987 void llvm::PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, in PromoteMemToReg() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 54 PromoteMemToReg(Allocas, DT, &AC); in promoteMemoryToRegister()
|
D | PromoteMemoryToRegister.cpp | 1022 void llvm::PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, in PromoteMemToReg() function in llvm
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1727 PromoteMemToReg(PromotableAllocas, DT); in relocationViaAlloca()
|
D | SROA.cpp | 4191 PromoteMemToReg(PromotableAllocas, *DT, nullptr, AC); in promoteAllocas()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1873 PromoteMemToReg(PromotableAllocas, DT); in relocationViaAlloca()
|
D | SROA.cpp | 4457 PromoteMemToReg(PromotableAllocas, *DT, AC); in promoteAllocas()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 1313 PromoteMemToReg(Allocas, *DT); in performPromotion()
|