reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/IfConversion.cpp
 1294                                             Dups + Dups2, Prediction, Forked);
 1341     if (ValidTriangle(TrueBBI, FalseBBI, false, Dups, Prediction) &&
 1343                            TrueBBI.ExtraCost2, Prediction) &&
 1357     if (ValidTriangle(TrueBBI, FalseBBI, true, Dups, Prediction) &&
 1359                            TrueBBI.ExtraCost2, Prediction) &&
 1366     if (ValidSimple(TrueBBI, Dups, Prediction) &&
 1368                            TrueBBI.ExtraCost2, Prediction) &&
 1385                         Prediction.getCompl()) &&
 1388                              FalseBBI.ExtraCost2, Prediction.getCompl()) &&
 1396                         Prediction.getCompl()) &&
 1399                            FalseBBI.ExtraCost2, Prediction.getCompl()) &&
 1406       if (ValidSimple(FalseBBI, Dups, Prediction.getCompl()) &&
 1409                              FalseBBI.ExtraCost2, Prediction.getCompl()) &&