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

References

include/llvm/CodeGen/MachineTraceMetrics.h
  192     void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; }
lib/CodeGen/MachineTraceMetrics.cpp
  765   assert(TBI.HasValidInstrHeights && "Missing height info");
  811   if (TBI.HasValidInstrHeights) {
  880     if (TBI.HasValidInstrHeights)
 1007     if (TBI.HasValidInstrHeights)
 1048     TBI.HasValidInstrHeights = true;
 1166   if (!TBI.HasValidInstrHeights)
 1317     if (HasValidInstrHeights)
 1321   if (HasValidInstrDepths && HasValidInstrHeights)
 1332   if (TBI.HasValidInstrDepths && TBI.HasValidInstrHeights)