Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp135 unsigned PROffset = MBB->getNumber() * PRKinds; in getResources() local
137 ProcResourceCycles[PROffset + K] = in getResources()
178 unsigned PROffset = MBB->getNumber() * PRKinds; in computeDepthResources() local
184 std::fill(ProcResourceDepths.begin() + PROffset, in computeDepthResources()
185 ProcResourceDepths.begin() + PROffset + PRKinds, 0); in computeDepthResources()
202 ProcResourceDepths[PROffset + K] = PredPRDepths[K] + PredPRCycles[K]; in computeDepthResources()
211 unsigned PROffset = MBB->getNumber() * PRKinds; in computeHeightResources() local
220 llvm::copy(PRCycles, ProcResourceHeights.begin() + PROffset); in computeHeightResources()
235 ProcResourceHeights[PROffset + K] = SuccPRHeights[K] + PRCycles[K]; in computeHeightResources()