Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp123 SmallVector<unsigned, 32> PRCycles(PRKinds); in getResources() local
143 PRCycles[PI->ProcResourceIdx] += PI->ReleaseAtCycle; in getResources()
152 PRCycles[K] * SchedModel.getResourceFactor(K); in getResources()
229 ArrayRef<unsigned> PRCycles = MTM.getProcReleaseAtCycles(MBB->getNumber()); in computeHeightResources() local
234 llvm::copy(PRCycles, ProcResourceHeights.begin() + PROffset); in computeHeightResources()
249 ProcResourceHeights[PROffset + K] = SuccPRHeights[K] + PRCycles[K]; in computeHeightResources()
1235 ArrayRef<unsigned> PRCycles = TE.MTM.getProcReleaseAtCycles(getBlockNum()); in getResourceDepth() local
1237 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]); in getResourceDepth()
1287 unsigned PRCycles = PRDepths[K] + PRHeights[K]; in getResourceLength() local
1289 PRCycles += TE.MTM.getProcReleaseAtCycles(MBB->getNumber())[K]; in getResourceLength()
[all …]