Home
last modified time | relevance | path

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

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