Searched refs:RemovedSucc (Results 1 – 2 of 2) sorted by relevance
1905 VPBasicBlock *RemovedSucc = in removeBranchOnConst() local1907 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()
1061 for (auto *RemovedSucc : RemovedSuccs) in simplifyEqualityComparisonWithOnlyPredecessor() local1062 Updates.push_back({DominatorTree::Delete, TIBB, RemovedSucc}); in simplifyEqualityComparisonWithOnlyPredecessor()7666 for (auto *RemovedSucc : RemovedSuccs) in simplifyIndirectBr() local7667 Updates.push_back({DominatorTree::Delete, BB, RemovedSucc}); in simplifyIndirectBr()