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

References

lib/CodeGen/IfConversion.cpp
 1057   if (BBI.IsDone || BBI.IsUnpredicable)
 1057   if (BBI.IsDone || BBI.IsUnpredicable)
 1060   bool AlreadyPredicated = !BBI.Predicate.empty();
 1062   BBI.NonPredSize = 0;
 1063   BBI.ExtraCost = 0;
 1064   BBI.ExtraCost2 = 0;
 1065   BBI.ClobbersPred = false;
 1101       BBI.CannotBeCopied = true;
 1104     bool isCondBr = BBI.IsBrAnalyzable && MI.isConditionalBranch();
 1107       BBI.IsUnpredicable = true;
 1116       BBI.NonPredSize++;
 1120         BBI.ExtraCost += NumCycles-1;
 1121       BBI.ExtraCost2 += ExtraPredCost;
 1126       BBI.IsUnpredicable = true;
 1130     if (BBI.ClobbersPred && !isPredicated) {
 1135       BBI.IsUnpredicable = true;
 1143       BBI.ClobbersPred = true;
 1146       BBI.IsUnpredicable = true;