Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp701 auto BranchToEntry = cast<BranchInst>(Entry->user_back()); in replaceEntryBlock() local
702 assert(BranchToEntry->isUnconditional()); in replaceEntryBlock()
703 Builder.SetInsertPoint(BranchToEntry); in replaceEntryBlock()
705 BranchToEntry->eraseFromParent(); in replaceEntryBlock()