reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1879 if (!BI || !BI->isConditional()) 1879 if (!BI || !BI->isConditional()) 1882 auto *TrueSuccessor = BI->getSuccessor(0); 1883 auto *FalseSuccessor = BI->getSuccessor(1); 1891 UpdateRangeFromCondition(BI->getCondition(), /*TrueDest=*/true); 1894 UpdateRangeFromCondition(BI->getCondition(), /*TrueDest=*/false);