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

References

include/llvm/CodeGen/MachineTraceMetrics.h
  293     unsigned getCriticalPath() const { return TBI.CriticalPath; }
lib/CodeGen/MachineTraceMetrics.cpp
  813     TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height);
  813     TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height);
  814     LLVM_DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << UseMI);
  864     TBI.CriticalPath = 0;
  881       TBI.CriticalPath = computeCrossBlockCriticalPath(TBI);
 1049     TBI.CriticalPath = 0;
 1127       TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Depth);
 1127       TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Depth);
 1128       LLVM_DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << MI);
 1152     TBI.CriticalPath = std::max(TBI.CriticalPath,
 1152     TBI.CriticalPath = std::max(TBI.CriticalPath,
 1154     LLVM_DEBUG(dbgs() << "Critical path: " << TBI.CriticalPath << '\n');
 1322     OS << ", crit=" << CriticalPath;
 1333     OS << ' ' << TBI.CriticalPath << " cycles.";