Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:SuccBB

1875   BasicBlock *SuccBB;
1876 if (!match(FreeInstrBB->getTerminator(), m_UnconditionalBr(SuccBB)))
1889 if (SuccBB != (Pred == ICmpInst::ICMP_EQ ? TrueBB : FalseBB))