Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp1905 VPBasicBlock *RemovedSucc = in removeBranchOnConst() local
1907 assert(count(RemovedSucc->getPredecessors(), VPBB) == 1 && in removeBranchOnConst()
1911 for (VPRecipeBase &R : RemovedSucc->phis()) { in removeBranchOnConst()
1913 assert((!isa<VPIRPhi>(&R) || RemovedSucc->getNumPredecessors() == 1) && in removeBranchOnConst()
1919 VPBlockUtils::disconnectBlocks(VPBB, RemovedSucc); in removeBranchOnConst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1061 for (auto *RemovedSucc : RemovedSuccs) in simplifyEqualityComparisonWithOnlyPredecessor() local
1062 Updates.push_back({DominatorTree::Delete, TIBB, RemovedSucc}); in simplifyEqualityComparisonWithOnlyPredecessor()
7666 for (auto *RemovedSucc : RemovedSuccs) in simplifyIndirectBr() local
7667 Updates.push_back({DominatorTree::Delete, BB, RemovedSucc}); in simplifyIndirectBr()