Searched refs:ProcResourceDepths (Results 1 – 2 of 2) sorted by relevance
149 ProcResourceDepths.resize(MTM.BlockInfo.size() * PRKinds); in Ensemble()173 std::fill(ProcResourceDepths.begin() + PROffset, in computeDepthResources()174 ProcResourceDepths.begin() + PROffset + PRKinds, 0); in computeDepthResources()191 ProcResourceDepths[PROffset + K] = PredPRDepths[K] + PredPRCycles[K]; in computeDepthResources()256 assert((MBBNum+1) * PRKinds <= ProcResourceDepths.size()); in getProcResourceDepths()257 return makeArrayRef(ProcResourceDepths.data() + MBBNum * PRKinds, PRKinds); in getProcResourceDepths()
304 SmallVector<unsigned, 0> ProcResourceDepths; variable