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

References

lib/CodeGen/IfConversion.cpp
  825   if (TrueBBI.ClobbersPred && FalseBBI.ClobbersPred)
  825   if (TrueBBI.ClobbersPred && FalseBBI.ClobbersPred)
 1065   BBI.ClobbersPred = false;
 1130     if (BBI.ClobbersPred && !isPredicated) {
 1143       BBI.ClobbersPred = true;
 1317               (bool) TrueBBICalc.ClobbersPred, (bool) FalseBBICalc.ClobbersPred));
 1317               (bool) TrueBBICalc.ClobbersPred, (bool) FalseBBICalc.ClobbersPred));
 1335               (bool) TrueBBICalc.ClobbersPred, (bool) FalseBBICalc.ClobbersPred));
 1335               (bool) TrueBBICalc.ClobbersPred, (bool) FalseBBICalc.ClobbersPred));
 2226   ToBBI.ClobbersPred |= FromBBI.ClobbersPred;
 2226   ToBBI.ClobbersPred |= FromBBI.ClobbersPred;
 2351   ToBBI.ClobbersPred |= FromBBI.ClobbersPred;
 2351   ToBBI.ClobbersPred |= FromBBI.ClobbersPred;