Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DPromoteMemToReg.h33 bool isAllocaPromotable(const AllocaInst *AI);
/external/llvm/lib/Transforms/Utils/
DMem2Reg.cpp82 if (isAllocaPromotable(AI)) in INITIALIZE_PASS_DEPENDENCY()
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.cpp864 (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI)) && in isInterestingAlloca()