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

References

lib/Transforms/Coroutines/CoroFrame.cpp
 1435   Shape.FramePtr = insertSpills(Spills, Shape);
lib/Transforms/Coroutines/CoroSplit.cpp
  281   auto *FramePtr = Shape.FramePtr;
  728   Value *OldFramePtr = VMap[Shape.FramePtr];
  786     replaceCoroEnd(End, Shape, Shape.FramePtr, /*in resume*/ false, CG);
  846   IRBuilder<> Builder(Shape.FramePtr->getNextNode());
  848       Shape.FrameTy, Shape.FramePtr, coro::Shape::SwitchFieldIndex::Resume,
  862       Shape.FrameTy, Shape.FramePtr, coro::Shape::SwitchFieldIndex::Destroy,
 1227     TrackingVH<Instruction> Handle(Shape.FramePtr);
 1229     Shape.FramePtr = Handle.getValPtr();
lib/Transforms/Coroutines/Coroutines.cpp
  232   Shape.FramePtr = nullptr;