Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp192 TraceBlockInfo *PredTBI = &BlockInfo[PredNum]; in computeDepthResources() local
193 assert(PredTBI->hasValidDepth() && "Trace above has not been computed yet"); in computeDepthResources()
195 TBI->InstrDepth = PredTBI->InstrDepth + PredFBI->InstrCount; in computeDepthResources()
196 TBI->Head = PredTBI->Head; in computeDepthResources()
351 const MachineTraceMetrics::TraceBlockInfo *PredTBI = in pickTracePred() local
354 if (!PredTBI) in pickTracePred()
357 unsigned Depth = PredTBI->InstrDepth + CurCount; in pickTracePred()