Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DPromoteMemToReg.h29 bool isAllocaPromotable(const AllocaInst *AI);
/external/llvm/lib/Transforms/Utils/
DMem2Reg.cpp73 if (isAllocaPromotable(AI)) in INITIALIZE_PASS_DEPENDENCY()
DPromoteMemoryToRegister.cpp82 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() function in llvm
399 assert(isAllocaPromotable(AI) && in run()