Searched refs:FC1GuardBlock (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFuse.cpp | 1819 BasicBlock *FC1GuardBlock = FC1.GuardBranch->getParent(); in fuseGuardedLoops() local 1848 FC1NonLoopBlock->replacePhiUsesWith(FC1GuardBlock, FC0GuardBlock); in fuseGuardedLoops() 1856 new UnreachableInst(FC1GuardBlock->getContext(), FC1GuardBlock); in fuseGuardedLoops() 1859 DominatorTree::Delete, FC1GuardBlock, FC1.Preheader)); in fuseGuardedLoops() 1861 DominatorTree::Delete, FC1GuardBlock, FC1NonLoopBlock)); in fuseGuardedLoops() 1863 DominatorTree::Delete, FC0GuardBlock, FC1GuardBlock)); in fuseGuardedLoops() 1870 DominatorTree::Delete, FC0ExitBlockSuccessor, FC1GuardBlock)); in fuseGuardedLoops() 1876 assert(pred_empty(FC1GuardBlock) && in fuseGuardedLoops() 1878 assert(succ_empty(FC1GuardBlock) && in fuseGuardedLoops() 2008 LI.removeBlock(FC1GuardBlock); in fuseGuardedLoops() [all …]
|