Searched refs:isAllocaPromotable (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPromoteMemToReg.h30 bool isAllocaPromotable(const AllocaInst *AI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp48 if (isAllocaPromotable(AI))
H A DPromoteMemoryToRegister.cpp64 bool llvm::isAllocaPromotable(const AllocaInst *AI) { function in class:llvm
543 assert(isAllocaPromotable(AI) && "Cannot promote non-promotable alloca!");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1070 !isAllocaPromotable(&AI) &&
H A DAddressSanitizer.cpp1336 (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI)) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1427 assert(isAllocaPromotable(Alloca));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4686 if (isAllocaPromotable(AI))

Completed in 208 milliseconds