Searched refs:BranchToEntry (Results 1 – 1 of 1) sorted by relevance
701 auto BranchToEntry = cast<BranchInst>(Entry->user_back()); in replaceEntryBlock() local702 assert(BranchToEntry->isUnconditional()); in replaceEntryBlock()703 Builder.SetInsertPoint(BranchToEntry); in replaceEntryBlock()705 BranchToEntry->eraseFromParent(); in replaceEntryBlock()