Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp778 assert(TBI.HasValidInstrHeights && "Missing height info"); in computeCrossBlockCriticalPath()
824 if (TBI.HasValidInstrHeights) { in updateDepth()
893 if (TBI.HasValidInstrHeights) in computeInstrDepths()
1016 if (TBI.HasValidInstrHeights) in computeInstrHeights()
1057 TBI.HasValidInstrHeights = true; in computeInstrHeights()
1171 if (!TBI.HasValidInstrHeights) in getTrace()
1322 if (HasValidInstrHeights) in print()
1326 if (HasValidInstrDepths && HasValidInstrHeights) in print()
1337 if (TBI.HasValidInstrDepths && TBI.HasValidInstrHeights) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h201 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; } in invalidateHeight()
232 bool HasValidInstrHeights = false; member