Searched refs:FC0ExitBlockSuccessor (Results 1 – 1 of 1) sorted by relevance
1572 BasicBlock *FC0ExitBlockSuccessor = FC0.ExitBlock->getUniqueSuccessor(); in fuseGuardedLoops() local1579 (FC0.Peeled ? *FC0ExitBlockSuccessor : *FC0.ExitBlock), *FC1.ExitBlock, in fuseGuardedLoops()1601 BasicBlock *BBToUpdate = FC0.Peeled ? FC0ExitBlockSuccessor : FC0.ExitBlock; in fuseGuardedLoops()1620 DominatorTree::Delete, FC0ExitBlockSuccessor, FC1GuardBlock)); in fuseGuardedLoops()1621 FC0ExitBlockSuccessor->getTerminator()->eraseFromParent(); in fuseGuardedLoops()1622 new UnreachableInst(FC0ExitBlockSuccessor->getContext(), in fuseGuardedLoops()1623 FC0ExitBlockSuccessor); in fuseGuardedLoops()1761 LI.removeBlock(FC0ExitBlockSuccessor); in fuseGuardedLoops()1762 DTU.deleteBB(FC0ExitBlockSuccessor); in fuseGuardedLoops()