Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp728 auto BranchToEntry = cast<BranchInst>(Entry->user_back()); in replaceEntryBlock() local
729 assert(BranchToEntry->isUnconditional()); in replaceEntryBlock()
730 Builder.SetInsertPoint(BranchToEntry); in replaceEntryBlock()
732 BranchToEntry->eraseFromParent(); in replaceEntryBlock()