Searched refs:InstrDepth (Results 1 – 3 of 3) sorted by relevance
150 unsigned InstrDepth; member158 InstrDepth(~0u), InstrHeight(~0u), in TraceBlockInfo()163 bool hasValidDepth() const { return InstrDepth != ~0u; } in hasValidDepth()170 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; } in invalidateDepth()193 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth; in isUsefulDominator()248 return TBI.InstrDepth + TBI.InstrHeight; in getInstrCount()
126 SmallVector<unsigned, 16> InstrDepth; in getDepth() local148 assert(II->second < InstrDepth.size() && "Bad Index"); in getDepth()152 DepthOp = InstrDepth[II->second]; in getDepth()167 InstrDepth.push_back(IDepth); in getDepth()170 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()807 dbgs() << format("%7u Instructions\n", TBI.InstrDepth); in computeInstrDepths()1187 unsigned Instrs = TBI.InstrDepth; in getResourceDepth()1239 unsigned Instrs = TBI.InstrDepth + TBI.InstrHeight; in getResourceLength()1273 OS << "depth=" << InstrDepth; in print()