Searched refs:FC0ExitBlockSuccessor (Results 1 – 1 of 1) sorted by relevance
1824 BasicBlock *FC0ExitBlockSuccessor = FC0.ExitBlock->getUniqueSuccessor(); in fuseGuardedLoops() local1831 (FC0.Peeled ? *FC0ExitBlockSuccessor : *FC0.ExitBlock), *FC1.ExitBlock, in fuseGuardedLoops()1853 BasicBlock *BBToUpdate = FC0.Peeled ? FC0ExitBlockSuccessor : FC0.ExitBlock; in fuseGuardedLoops()1872 DominatorTree::Delete, FC0ExitBlockSuccessor, FC1GuardBlock)); in fuseGuardedLoops()1873 FC0ExitBlockSuccessor->getTerminator()->eraseFromParent(); in fuseGuardedLoops()1874 new UnreachableInst(FC0ExitBlockSuccessor->getContext(), in fuseGuardedLoops()1875 FC0ExitBlockSuccessor); in fuseGuardedLoops()2014 LI.removeBlock(FC0ExitBlockSuccessor); in fuseGuardedLoops()2015 DTU.deleteBB(FC0ExitBlockSuccessor); in fuseGuardedLoops()