Searched refs:PredTBI (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp193 TraceBlockInfo *PredTBI = &BlockInfo[PredNum]; local
194 assert(PredTBI->hasValidDepth() && "Trace above has not been computed yet");
196 TBI->InstrDepth = PredTBI->InstrDepth + PredFBI->InstrCount;
197 TBI->Head = PredTBI->Head;
337 const MachineTraceMetrics::TraceBlockInfo *PredTBI = local
340 if (!PredTBI)
343 unsigned Depth = PredTBI->InstrDepth + CurCount;

Completed in 99 milliseconds