Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h189 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; } in invalidateDepth()
212 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth; in isUsefulDominator()
220 bool HasValidInstrDepths = false; member
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp764 assert(TBI.HasValidInstrDepths && "Missing depth info"); in computeCrossBlockCriticalPath()
799 assert(DepTBI.HasValidInstrDepths && "Inconsistent dependency"); in updateDepth()
845 if (TBI.HasValidInstrDepths) in computeInstrDepths()
863 TBI.HasValidInstrDepths = true; in computeInstrDepths()
1122 if (!TBI.HasValidInstrDepths) { in computeInstrHeights()
1149 if (!TBI.HasValidInstrDepths) in computeInstrHeights()
1164 if (!TBI.HasValidInstrDepths) in getTrace()
1305 if (HasValidInstrDepths) in print()
1321 if (HasValidInstrDepths && HasValidInstrHeights) in print()
1332 if (TBI.HasValidInstrDepths && TBI.HasValidInstrHeights) in print()