Searched refs:PRKinds (Results 1 – 1 of 1) sorted by relevance
122 unsigned PRKinds = SchedModel.getNumProcResourceKinds(); in getResources() local123 SmallVector<unsigned, 32> PRCycles(PRKinds); in getResources()142 assert(PI->ProcResourceIdx < PRKinds && "Bad processor resource kind"); in getResources()149 unsigned PROffset = MBB->getNumber() * PRKinds; in getResources()150 for (unsigned K = 0; K != PRKinds; ++K) in getResources()161 unsigned PRKinds = SchedModel.getNumProcResourceKinds(); in getProcReleaseAtCycles() local162 assert((MBBNum+1) * PRKinds <= ProcReleaseAtCycles.size()); in getProcReleaseAtCycles()163 return ArrayRef(ProcReleaseAtCycles.data() + MBBNum * PRKinds, PRKinds); in getProcReleaseAtCycles()173 unsigned PRKinds = MTM.SchedModel.getNumProcResourceKinds(); in Ensemble() local174 ProcResourceDepths.resize(MTM.BlockInfo.size() * PRKinds); in Ensemble()[all …]