Searched refs:PRCycles (Results 1 – 1 of 1) sorted by relevance
109 SmallVector<unsigned, 32> PRCycles(PRKinds); in getResources() local129 PRCycles[PI->ProcResourceIdx] += PI->Cycles; in getResources()138 PRCycles[K] * SchedModel.getResourceFactor(K); in getResources()215 ArrayRef<unsigned> PRCycles = MTM.getProcResourceCycles(MBB->getNumber()); in computeHeightResources() local220 llvm::copy(PRCycles, ProcResourceHeights.begin() + PROffset); in computeHeightResources()235 ProcResourceHeights[PROffset + K] = SuccPRHeights[K] + PRCycles[K]; in computeHeightResources()1201 ArrayRef<unsigned> PRCycles = TE.MTM.getProcResourceCycles(getBlockNum()); in getResourceDepth() local1203 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]); in getResourceDepth()1253 unsigned PRCycles = PRDepths[K] + PRHeights[K]; in getResourceLength() local1255 PRCycles += TE.MTM.getProcResourceCycles(MBB->getNumber())[K]; in getResourceLength()[all …]