reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
31 bool isAllocaPromotable(const AllocaInst *AI);
1250 assert(isAllocaPromotable(Alloca));
lib/Transforms/Instrumentation/AddressSanitizer.cpp 1332 (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI)) &&
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp 1095 !isAllocaPromotable(&AI) &&
lib/Transforms/Utils/Mem2Reg.cpp 47 if (isAllocaPromotable(AI))
lib/Transforms/Utils/PromoteMemoryToRegister.cpp 543 assert(isAllocaPromotable(AI) && "Cannot promote non-promotable alloca!");