Searched refs:BranchToEntry (Results 1 – 1 of 1) sorted by relevance
728 auto BranchToEntry = cast<BranchInst>(Entry->user_back()); in replaceEntryBlock() local729 assert(BranchToEntry->isUnconditional()); in replaceEntryBlock()730 Builder.SetInsertPoint(BranchToEntry); in replaceEntryBlock()732 BranchToEntry->eraseFromParent(); in replaceEntryBlock()