Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp692 auto BranchToEntry = cast<BranchInst>(Entry->user_back()); in replaceEntryBlock() local
693 assert(BranchToEntry->isUnconditional()); in replaceEntryBlock()
694 Builder.SetInsertPoint(BranchToEntry); in replaceEntryBlock()
696 BranchToEntry->eraseFromParent(); in replaceEntryBlock()