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

References

lib/Transforms/Coroutines/CoroFrame.cpp
  554   BasicBlock *NewBlock = CurrentBlock->splitBasicBlock(CatchSwitch);
  555   CurrentBlock->getTerminator()->eraseFromParent();
  558       CleanupPadInst::Create(CatchSwitch->getParentPad(), {}, "", CurrentBlock);
  560       CleanupReturnInst::Create(CleanupPad, NewBlock, CurrentBlock);