Searched refs:PredTBI (Results 1 – 1 of 1) sorted by relevance
206 TraceBlockInfo *PredTBI = &BlockInfo[PredNum]; in computeDepthResources() local207 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() local368 if (!PredTBI) in pickTracePred()371 unsigned Depth = PredTBI->InstrDepth + CurCount; in pickTracePred()