Lines Matching full:succ
3077 BasicBlock *Succ = SI->getParent()->getTerminator()->getSuccessor(1);
3080 // home block has two successors, Succ and Succ1, and Succ1 predecessor
3081 // of Succ. Then SI can't be replaced by SIOpd because the use that gets
3087 if (Succ->getUniquePredecessor() && dominatesAllUses(SI, Icmp, Succ)) {