Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp766 assert(TBI.HasValidInstrHeights && "Missing height info"); in computeCrossBlockCriticalPath()
812 if (TBI.HasValidInstrHeights) { in updateDepth()
881 if (TBI.HasValidInstrHeights) in computeInstrDepths()
1008 if (TBI.HasValidInstrHeights) in computeInstrHeights()
1049 TBI.HasValidInstrHeights = true; in computeInstrHeights()
1167 if (!TBI.HasValidInstrHeights) in getTrace()
1318 if (HasValidInstrHeights) in print()
1322 if (HasValidInstrDepths && HasValidInstrHeights) in print()
1333 if (TBI.HasValidInstrDepths && TBI.HasValidInstrHeights) in print()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h193 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; } in invalidateHeight()
224 bool HasValidInstrHeights = false; member