Home
last modified time | relevance | path

Searched defs:TraceBlockInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h171 struct TraceBlockInfo { struct
194 TraceBlockInfo() = default; argument
216 bool isUsefulDominator(const TraceBlockInfo &TBI) const { in isUsefulDominator() argument
236 bool HasValidInstrDepths = false;
239 bool HasValidInstrHeights = false;
244 unsigned CriticalPath;
250 SmallVector<LiveInReg, 4> LiveIns;
274 TraceBlockInfo &TBI; argument