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.cpp206 TraceBlockInfo *PredTBI = &BlockInfo[PredNum]; in computeDepthResources() local
207 assert(PredTBI->hasValidDepth() && "Trace above has not been computed yet"); in computeDepthResources()
209 TBI->InstrDepth = PredTBI->InstrDepth + PredFBI->InstrCount; in computeDepthResources()
210 TBI->Head = PredTBI->Head; in computeDepthResources()
365 const MachineTraceMetrics::TraceBlockInfo *PredTBI = in pickTracePred() local
368 if (!PredTBI) in pickTracePred()
371 unsigned Depth = PredTBI->InstrDepth + CurCount; in pickTracePred()