Searched refs:PRCycles (Results 1 – 1 of 1) sorted by relevance
96 SmallVector<unsigned, 32> PRCycles(PRKinds); in getResources() local118 PRCycles[PI->ProcResourceIdx] += PI->Cycles; in getResources()127 PRCycles[K] * SchedModel.getResourceFactor(K); in getResources()206 ArrayRef<unsigned> PRCycles = MTM.getProcResourceCycles(MBB->getNumber()); in computeHeightResources() local211 std::copy(PRCycles.begin(), PRCycles.end(), in computeHeightResources()227 ProcResourceHeights[PROffset + K] = SuccPRHeights[K] + PRCycles[K]; in computeHeightResources()1182 ArrayRef<unsigned> PRCycles = TE.MTM.getProcResourceCycles(getBlockNum()); in getResourceDepth() local1184 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]); in getResourceDepth()1210 unsigned PRCycles = PRDepths[K] + PRHeights[K]; in getResourceLength() local1212 PRCycles += TE.MTM.getProcResourceCycles(Extrablocks[I]->getNumber())[K]; in getResourceLength()[all …]