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

References

lib/CodeGen/EarlyIfConversion.cpp
  991       ExtraPredCost += TII->getPredicationCost(I);
  994     return TII->isProfitableToIfCvt(IfBlock, Cycles, ExtraPredCost,
 1005     TExtra += TII->getPredicationCost(I);
 1011     FExtra += TII->getPredicationCost(I);
 1013   return TII->isProfitableToIfCvt(*IfConv.TBB, TCycle, TExtra, *IfConv.FBB,
 1040   TII = STI.getInstrInfo();