Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPromoteMemToReg.h32 LLVM_ABI bool isAllocaPromotable(const AllocaInst *AI);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp48 if (isAllocaPromotable(AI)) in promoteMemoryToRegister()
H A DMemoryTaggingSupport.cpp204 !isAllocaPromotable(&AI) && in getAllocaInterestingness()
H A DPromoteMemoryToRegister.cpp66 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() function in llvm
809 assert(isAllocaPromotable(AI) && "Cannot promote non-promotable alloca!"); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp417 assert(isAllocaPromotable(Pair.second) && in doPromotion()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1678 assert(isAllocaPromotable(Alloca)); in eliminateSwiftErrorAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1430 (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI)) && in isInterestingAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5822 isAllocaPromotable(AI)) in runSROA()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc19156 {"_ZN4llvm18isAllocaPromotableEPKNS_10AllocaInstE", "llvm::isAllocaPromotable(llvm::AllocaInst cons…