Searched refs:BranchToEntry (Results 1 – 1 of 1) sorted by relevance
800 auto BranchToEntry = cast<BranchInst>(Entry->user_back()); in replaceEntryBlock() local801 assert(BranchToEntry->isUnconditional()); in replaceEntryBlock()802 Builder.SetInsertPoint(BranchToEntry); in replaceEntryBlock()804 BranchToEntry->eraseFromParent(); in replaceEntryBlock()