reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/Utils/PromoteMemToReg.h
   31 bool isAllocaPromotable(const AllocaInst *AI);

References

lib/Transforms/Coroutines/CoroFrame.cpp
 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!");