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

References

lib/CodeGen/SjLjEHPrepare.cpp
  230   while (isa<AllocaInst>(AfterAllocaInsPt) &&
  231          cast<AllocaInst>(AfterAllocaInsPt)->isStaticAlloca())
  232     ++AfterAllocaInsPt;
  233   assert(AfterAllocaInsPt != F.front().end());
  249         TrueValue, &AI, UndefValue, AI.getName() + ".tmp", &*AfterAllocaInsPt);