Home
last modified time | relevance | path

Searched refs:FC0GuardBlock (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1568 BasicBlock *FC0GuardBlock = FC0.GuardBranch->getParent(); in fuseGuardedLoops() local
1584 moveInstructionsToTheEnd(*FC1GuardBlock, *FC0GuardBlock, DT, PDT, DI); in fuseGuardedLoops()
1598 FC1NonLoopBlock->replacePhiUsesWith(FC1GuardBlock, FC0GuardBlock); in fuseGuardedLoops()
1613 DominatorTree::Delete, FC0GuardBlock, FC1GuardBlock)); in fuseGuardedLoops()
1615 DominatorTree::Insert, FC0GuardBlock, FC1NonLoopBlock)); in fuseGuardedLoops()