Home
last modified time | relevance | path

Searched refs:isAllocaPromotable (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DPromoteMemToReg.h30 bool isAllocaPromotable(const AllocaInst *AI);
/external/llvm/include/llvm/Transforms/Utils/
DPromoteMemToReg.h32 bool isAllocaPromotable(const AllocaInst *AI);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DMem2Reg.cpp73 if (isAllocaPromotable(AI)) in INITIALIZE_PASS_DEPENDENCY()
DPromoteMemoryToRegister.cpp80 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() function in llvm
397 assert(isAllocaPromotable(AI) && in run()
/external/llvm/lib/Transforms/Utils/
DMem2Reg.cpp43 if (isAllocaPromotable(AI)) in promoteMemoryToRegister()
DPromoteMemoryToRegister.cpp51 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() function in llvm
531 assert(isAllocaPromotable(AI) && "Cannot promote non-promotable alloca!"); in run()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp926 (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI)) && in isInterestingAlloca()