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

/freebsd-11.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DPromoteMemToReg.h33 bool isAllocaPromotable(const AllocaInst *AI);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp82 if (isAllocaPromotable(AI))
H A DPromoteMemoryToRegister.cpp51 bool llvm::isAllocaPromotable(const AllocaInst *AI) { function in class:llvm
531 assert(isAllocaPromotable(AI) && "Cannot promote non-promotable alloca!");
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp864 (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI)) &&

Completed in 118 milliseconds