Searched refs:PROffset (Results 1 – 1 of 1) sorted by relevance
149 unsigned PROffset = MBB->getNumber() * PRKinds; in getResources() local151 ProcReleaseAtCycles[PROffset + K] = in getResources()192 unsigned PROffset = MBB->getNumber() * PRKinds; in computeDepthResources() local198 std::fill(ProcResourceDepths.begin() + PROffset, in computeDepthResources()199 ProcResourceDepths.begin() + PROffset + PRKinds, 0); in computeDepthResources()216 ProcResourceDepths[PROffset + K] = PredPRDepths[K] + PredPRCycles[K]; in computeDepthResources()225 unsigned PROffset = MBB->getNumber() * PRKinds; in computeHeightResources() local234 llvm::copy(PRCycles, ProcResourceHeights.begin() + PROffset); in computeHeightResources()249 ProcResourceHeights[PROffset + K] = SuccPRHeights[K] + PRCycles[K]; in computeHeightResources()