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.cpp785 auto BranchToEntry = cast<BranchInst>(Entry->user_back()); in replaceEntryBlock() local
786 assert(BranchToEntry->isUnconditional()); in replaceEntryBlock()
787 Builder.SetInsertPoint(BranchToEntry); in replaceEntryBlock()
789 BranchToEntry->eraseFromParent(); in replaceEntryBlock()