Searched refs:InstrDepth (Results 1 – 6 of 6) sorted by relevance
151 unsigned InstrDepth; member159 InstrDepth(~0u), InstrHeight(~0u), in TraceBlockInfo()164 bool hasValidDepth() const { return InstrDepth != ~0u; } in hasValidDepth()171 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; } in invalidateDepth()194 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth; in isUsefulDominator()249 return TBI.InstrDepth + TBI.InstrHeight; in getInstrCount()
173 unsigned InstrDepth = ~0u; member183 bool hasValidDepth() const { return InstrDepth != ~0u; } in hasValidDepth()190 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; } in invalidateDepth()213 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth; in isUsefulDominator()269 return TBI.InstrDepth + TBI.InstrHeight; in getInstrCount()
128 SmallVector<unsigned, 16> InstrDepth; in getDepth() local150 assert(II->second < InstrDepth.size() && "Bad Index"); in getDepth()154 DepthOp = InstrDepth[II->second]; in getDepth()169 InstrDepth.push_back(IDepth); in getDepth()172 return InstrDepth[NewRootIdx]; in getDepth()
171 TBI->InstrDepth = 0; in computeDepthResources()184 TBI->InstrDepth = PredTBI->InstrDepth + PredFBI->InstrCount; in computeDepthResources()330 unsigned Depth = PredTBI->InstrDepth + CurCount; in pickTracePred()811 dbgs() << format("%7u Instructions\n", TBI.InstrDepth); in computeInstrDepths()1190 unsigned Instrs = TBI.InstrDepth; in getResourceDepth()1242 unsigned Instrs = TBI.InstrDepth + TBI.InstrHeight; in getResourceLength()1276 OS << "depth=" << InstrDepth; in print()
161 SmallVector<unsigned, 16> InstrDepth; in getDepth() local182 assert(II->second < InstrDepth.size() && "Bad Index"); in getDepth()186 DepthOp = InstrDepth[II->second]; in getDepth()202 InstrDepth.push_back(IDepth); in getDepth()205 return InstrDepth[NewRootIdx]; in getDepth()
183 TBI->InstrDepth = 0; in computeDepthResources()196 TBI->InstrDepth = PredTBI->InstrDepth + PredFBI->InstrCount; in computeDepthResources()344 unsigned Depth = PredTBI->InstrDepth + CurCount; in pickTracePred()870 dbgs() << format("%7u Instructions\n", TBI.InstrDepth); in computeInstrDepths()1215 unsigned Instrs = TBI.InstrDepth; in getResourceDepth()1267 unsigned Instrs = TBI.InstrDepth + TBI.InstrHeight; in getResourceLength()1301 OS << "depth=" << InstrDepth; in print()