Home
last modified time | relevance | path

Searched refs:PROffset (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp149 unsigned PROffset = MBB->getNumber() * PRKinds; in getResources() local
151 ProcReleaseAtCycles[PROffset + K] = in getResources()
192 unsigned PROffset = MBB->getNumber() * PRKinds; in computeDepthResources() local
198 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() local
234 llvm::copy(PRCycles, ProcResourceHeights.begin() + PROffset); in computeHeightResources()
249 ProcResourceHeights[PROffset + K] = SuccPRHeights[K] + PRCycles[K]; in computeHeightResources()