Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Transforms/Utils/
HDPromoteMemToReg.h33 bool isAllocaPromotable(const AllocaInst *AI);
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDMem2Reg.cpp79 if (isAllocaPromotable(AI)) in INITIALIZE_PASS_DEPENDENCY()
HDPromoteMemoryToRegister.cpp51 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() function in llvm
525 assert(isAllocaPromotable(AI) && "Cannot promote non-promotable alloca!"); in run()
/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp802 (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI) || in isInterestingAlloca()
/NextBSD/contrib/llvm/lib/CodeGen/
HDWinEHPrepare.cpp1045 if (isAllocaPromotable(SEHExceptionCodeSlot)) { in prepareExceptionHandlers()