Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DPromoteMemToReg.h30 bool isAllocaPromotable(const AllocaInst *AI);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp48 if (isAllocaPromotable(AI)) in promoteMemoryToRegister()
H A DMemoryTaggingSupport.cpp165 !isAllocaPromotable(&AI) && in isInterestingAlloca()
H A DPromoteMemoryToRegister.cpp63 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() function in llvm
648 assert(isAllocaPromotable(AI) && "Cannot promote non-promotable alloca!"); in run()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp403 assert(isAllocaPromotable(Pair.second) && in doPromotion()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2397 assert(isAllocaPromotable(Alloca)); in eliminateSwiftErrorAlloca()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1260 (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI)) && in isInterestingAlloca()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5130 if (isAllocaPromotable(AI)) in runImpl()