Searched refs:PredTBI (Results 1 – 1 of 1) sorted by relevance
133 TraceBlockInfo *PredTBI = &BlockInfo[TBI->Pred->getNumber()]; in computeDepthResources() local134 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() local237 if (!PredTBI) in pickTracePred()240 unsigned Depth = PredTBI->InstrDepth + CurCount; in pickTracePred()