Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp133 TraceBlockInfo *PredTBI = &BlockInfo[TBI->Pred->getNumber()]; in computeDepthResources() local
134 assert(PredTBI->hasValidDepth() && "Trace above has not been computed yet"); in computeDepthResources()
136 TBI->InstrDepth = PredTBI->InstrDepth + PredFBI->InstrCount; in computeDepthResources()
137 TBI->Head = PredTBI->Head; in computeDepthResources()
234 const MachineTraceMetrics::TraceBlockInfo *PredTBI = in pickTracePred() local
237 if (!PredTBI) in pickTracePred()
240 unsigned Depth = PredTBI->InstrDepth + CurCount; in pickTracePred()