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

References

lib/CodeGen/IfConversion.cpp
  675   if (TrueBBI.BB == FalseBBI.BB)
  678   if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
  678   if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
  681   if (TrueBBI.BB->pred_size() > 1) {
  682     if (TrueBBI.CannotBeCopied)
  685     unsigned Size = TrueBBI.NonPredSize;
  686     if (TrueBBI.IsBrAnalyzable) {
  687       if (TrueBBI.TrueBB && TrueBBI.BrCond.empty())
  687       if (TrueBBI.TrueBB && TrueBBI.BrCond.empty())
  692           ? TrueBBI.TrueBB : TrueBBI.FalseBB;
  692           ? TrueBBI.TrueBB : TrueBBI.FalseBB;
  698     if (!TII->isProfitableToDupForIfCvt(*TrueBBI.BB, Size, Prediction))
  703   MachineBasicBlock *TExit = FalseBranch ? TrueBBI.FalseBB : TrueBBI.TrueBB;
  703   MachineBasicBlock *TExit = FalseBranch ? TrueBBI.FalseBB : TrueBBI.TrueBB;
  704   if (!TExit && blockAlwaysFallThrough(TrueBBI)) {
  705     MachineFunction::iterator I = TrueBBI.BB->getIterator();
  706     if (++I == TrueBBI.BB->getParent()->end())