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

References

lib/CodeGen/IfConversion.cpp
 1060   bool AlreadyPredicated = !BBI.Predicate.empty();
 1175   if (BBI.Predicate.size() && !BBI.IsBrAnalyzable)
 1180   if (BBI.Predicate.size() && !TII->SubsumesPredicate(Pred, BBI.Predicate))
 1180   if (BBI.Predicate.size() && !TII->SubsumesPredicate(Pred, BBI.Predicate))
 1284     bool TNeedSub = !TrueBBI.Predicate.empty();
 1285     bool FNeedSub = !FalseBBI.Predicate.empty();
 2159   BBI.Predicate.append(Cond.begin(), Cond.end());
 2223   ToBBI.Predicate.append(FromBBI.Predicate.begin(), FromBBI.Predicate.end());
 2223   ToBBI.Predicate.append(FromBBI.Predicate.begin(), FromBBI.Predicate.end());
 2223   ToBBI.Predicate.append(FromBBI.Predicate.begin(), FromBBI.Predicate.end());
 2224   ToBBI.Predicate.append(Cond.begin(), Cond.end());
 2341   ToBBI.Predicate.append(FromBBI.Predicate.begin(), FromBBI.Predicate.end());
 2341   ToBBI.Predicate.append(FromBBI.Predicate.begin(), FromBBI.Predicate.end());
 2341   ToBBI.Predicate.append(FromBBI.Predicate.begin(), FromBBI.Predicate.end());
 2342   FromBBI.Predicate.clear();