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.h164 struct TraceBlockInfo { struct
187 TraceBlockInfo() = default; argument
209 bool isUsefulDominator(const TraceBlockInfo &TBI) const { in isUsefulDominator() argument
229 bool HasValidInstrDepths = false;
232 bool HasValidInstrHeights = false;
237 unsigned CriticalPath;
243 SmallVector<LiveInReg, 4> LiveIns;
267 TraceBlockInfo &TBI; argument