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

References

lib/CodeGen/IfConversion.cpp
  964   if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone ||
  964   if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone ||
  968   MachineBasicBlock *TT = TrueBBI.TrueBB;
  971   if (!TT && blockAlwaysFallThrough(TrueBBI))
  972     TT = getNextBlock(*TrueBBI.BB);
  977   if (!TT && (TrueBBI.IsBrAnalyzable || FalseBBI.IsBrAnalyzable))
  979   if  (TrueBBI.BB->pred_size() > 1 || FalseBBI.BB->pred_size() > 1)
  983   if (TrueBBI.FalseBB || FalseBBI.FalseBB)
  991       TrueBBI.IsBrAnalyzable && FalseBBI.IsBrAnalyzable;
  992   MachineBasicBlock::iterator TIB = TrueBBI.BB->begin();
  994   MachineBasicBlock::iterator TIE = TrueBBI.BB->end();
  997                                   *TrueBBI.BB, *FalseBBI.BB,
 1001   TrueBBICalc.BB = TrueBBI.BB;
 1003   TrueBBICalc.IsBrAnalyzable = TrueBBI.IsBrAnalyzable;
 1010   TrueBBICalc.NonPredSize = TrueBBI.NonPredSize;