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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp181 TraceBlockInfo *PredTBI = &BlockInfo[PredNum]; local
182 assert(PredTBI->hasValidDepth() && "Trace above has not been computed yet");
184 TBI->InstrDepth = PredTBI->InstrDepth + PredFBI->InstrCount;
185 TBI->Head = PredTBI->Head;
324 const MachineTraceMetrics::TraceBlockInfo *PredTBI = local
327 if (!PredTBI)
330 unsigned Depth = PredTBI->InstrDepth + CurCount;

Completed in 162 milliseconds