Searched refs:FC0ExitBlockSuccessor (Results 1 – 1 of 1) sorted by relevance
1822 BasicBlock *FC0ExitBlockSuccessor = FC0.ExitBlock->getUniqueSuccessor(); in fuseGuardedLoops() local1829 (FC0.Peeled ? *FC0ExitBlockSuccessor : *FC0.ExitBlock), *FC1.ExitBlock, in fuseGuardedLoops()1851 BasicBlock *BBToUpdate = FC0.Peeled ? FC0ExitBlockSuccessor : FC0.ExitBlock; in fuseGuardedLoops()1870 DominatorTree::Delete, FC0ExitBlockSuccessor, FC1GuardBlock)); in fuseGuardedLoops()1871 FC0ExitBlockSuccessor->getTerminator()->eraseFromParent(); in fuseGuardedLoops()1872 new UnreachableInst(FC0ExitBlockSuccessor->getContext(), in fuseGuardedLoops()1873 FC0ExitBlockSuccessor); in fuseGuardedLoops()2012 LI.removeBlock(FC0ExitBlockSuccessor); in fuseGuardedLoops()2013 DTU.deleteBB(FC0ExitBlockSuccessor); in fuseGuardedLoops()