Home
last modified time | relevance | path

Searched refs:FinalCaseIt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp506 auto FinalCaseIt = std::prev(Switch->case_end()); in handleFinalSuspend() local
507 BasicBlock *ResumeBB = FinalCaseIt->getCaseSuccessor(); in handleFinalSuspend()
508 Switch->removeCase(FinalCaseIt); in handleFinalSuspend()