Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp439 auto FinalCaseIt = std::prev(Switch->case_end()); in handleFinalSuspend() local
440 BasicBlock *ResumeBB = FinalCaseIt->getCaseSuccessor(); in handleFinalSuspend()
441 Switch->removeCase(FinalCaseIt); in handleFinalSuspend()