Searched refs:BranchToEntry (Results 1 – 1 of 1) sorted by relevance
785 auto BranchToEntry = cast<BranchInst>(Entry->user_back()); in replaceEntryBlock() local786 assert(BranchToEntry->isUnconditional()); in replaceEntryBlock()787 Builder.SetInsertPoint(BranchToEntry); in replaceEntryBlock()789 BranchToEntry->eraseFromParent(); in replaceEntryBlock()