Home
last modified time | relevance | path

Searched refs:HasValidInstrHeights (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp765 assert(TBI.HasValidInstrHeights && "Missing height info"); in computeCrossBlockCriticalPath()
811 if (TBI.HasValidInstrHeights) { in updateDepth()
880 if (TBI.HasValidInstrHeights) in computeInstrDepths()
1007 if (TBI.HasValidInstrHeights) in computeInstrHeights()
1048 TBI.HasValidInstrHeights = true; in computeInstrHeights()
1166 if (!TBI.HasValidInstrHeights) in getTrace()
1317 if (HasValidInstrHeights) in print()
1321 if (HasValidInstrDepths && HasValidInstrHeights) in print()
1332 if (TBI.HasValidInstrDepths && TBI.HasValidInstrHeights) in print()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h192 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; } in invalidateHeight()
223 bool HasValidInstrHeights = false; member