Home
last modified time | relevance | path

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

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