Home
last modified time | relevance | path

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

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