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

References

include/llvm/IR/Statepoint.h
  384     return *(getStatepoint()->arg_begin() + getBasePtrIndex());
  388     return *(getStatepoint()->arg_begin() + getDerivedPtrIndex());
lib/CodeGen/CodeGenPrepare.cpp
  943       if (RI->getStatepoint() == RelocatedBase->getStatepoint())
  943       if (RI->getStatepoint() == RelocatedBase->getStatepoint())
lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  154         Builder.FuncInfo.StatepointSpillMaps[Relocate->getStatepoint()];
  968   const Instruction *I = CI.getStatepoint();
  996   if (Relocate.getStatepoint()->getParent() == Relocate.getParent())
 1007   auto &SpillMap = FuncInfo.StatepointSpillMaps[Relocate.getStatepoint()];
lib/IR/Verifier.cpp
 4530         *cast<CallBase>(cast<GCRelocateInst>(Call).getStatepoint());