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

References

lib/Transforms/Coroutines/Coroutines.cpp
  257       switch (II->getIntrinsicID()) {
  261         CoroSizes.push_back(cast<CoroSizeInst>(II));
  264         CoroFrames.push_back(cast<CoroFrameInst>(II));
  269         if (II->use_empty())
  270           UnusedCoroSaves.push_back(cast<CoroSaveInst>(II));
  273         auto Suspend = cast<CoroSuspendRetconInst>(II);
  278         auto Suspend = cast<CoroSuspendInst>(II);
  290         auto CB = cast<CoroBeginInst>(II);
  308         CoroEnds.push_back(cast<CoroEndInst>(II));