Searched refs:InstrDepth (Results 1 – 3 of 3) sorted by relevance
181 unsigned InstrDepth = ~0u; member191 bool hasValidDepth() const { return InstrDepth != ~0u; } in hasValidDepth()198 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; } in invalidateDepth()221 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth; in isUsefulDominator()279 return TBI.InstrDepth + TBI.InstrHeight; in getInstrCount()
211 SmallVector<unsigned, 16> InstrDepth; in getDepth() local227 assert(II->second < InstrDepth.size() && "Bad Index"); in getDepth()231 DepthOp = InstrDepth[II->second]; in getDepth()256 InstrDepth.push_back(IDepth); in getDepth()259 return InstrDepth[NewRootIdx]; in getDepth()
182 TBI->InstrDepth = 0; in computeDepthResources()195 TBI->InstrDepth = PredTBI->InstrDepth + PredFBI->InstrCount; in computeDepthResources()357 unsigned Depth = PredTBI->InstrDepth + CurCount; in pickTracePred()881 dbgs() << format("%7u Instructions\n", TBI.InstrDepth); in computeInstrDepths()1218 unsigned Instrs = TBI.InstrDepth; in getResourceDepth()1270 unsigned Instrs = TBI.InstrDepth + TBI.InstrHeight; in getResourceLength()1304 OS << "depth=" << InstrDepth; in print()