Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp800 auto BranchToEntry = cast<BranchInst>(Entry->user_back()); in replaceEntryBlock() local
801 assert(BranchToEntry->isUnconditional()); in replaceEntryBlock()
802 Builder.SetInsertPoint(BranchToEntry); in replaceEntryBlock()
804 BranchToEntry->eraseFromParent(); in replaceEntryBlock()