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

References

lib/CodeGen/EarlyIfConversion.cpp
  834       HeadTrace.getInstrCycles(*IfConv.Head->getFirstTerminator()).Depth;
  843     unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth;
lib/CodeGen/MachineCombiner.cpp
  193           DepthOp = BlockTrace.getInstrCycles(*DefInstr).Depth;
  310   unsigned RootDepth = BlockTrace.getInstrCycles(*Root).Depth;
lib/CodeGen/MachineTraceMetrics.cpp
  775     unsigned Len = LIR.Height + Cycles[DefMI].Depth;
  800     unsigned DepCycle = Cycles.lookup(Dep.DefMI).Depth;
  809   MICycles.Depth = Cycle;
 1127       TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Depth);
 1177   return getCriticalPath() - (Cyc.Depth + Cyc.Height);
 1187   unsigned DepCycle = getInstrCycles(*Dep.DefMI).Depth;
lib/Target/AArch64/AArch64ConditionalCompares.cpp
  889       Trace.getInstrCycles(*CmpConv.Head->getFirstTerminator()).Depth;
  891       Trace.getInstrCycles(*CmpConv.CmpBB->getFirstTerminator()).Depth;