Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DPromoteMemToReg.h30 bool isAllocaPromotable(const AllocaInst *AI);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp48 if (isAllocaPromotable(AI)) in promoteMemoryToRegister()
H A DPromoteMemoryToRegister.cpp63 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() function in llvm
559 assert(isAllocaPromotable(AI) && "Cannot promote non-promotable alloca!"); in run()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp403 assert(isAllocaPromotable(Pair.second) && in doPromotion()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1401 !isAllocaPromotable(&AI) && in isInterestingAlloca()
H A DAddressSanitizer.cpp1230 (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI)) && in isInterestingAlloca()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2314 assert(isAllocaPromotable(Alloca)); in eliminateSwiftErrorAlloca()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4728 if (isAllocaPromotable(AI)) in runImpl()