Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp97 SmallVector<unsigned, 32> PRCycles(PRKinds); in getResources() local
117 PRCycles[PI->ProcResourceIdx] += PI->Cycles; in getResources()
126 PRCycles[K] * SchedModel.getResourceFactor(K); in getResources()
204 ArrayRef<unsigned> PRCycles = MTM.getProcResourceCycles(MBB->getNumber()); in computeHeightResources() local
209 std::copy(PRCycles.begin(), PRCycles.end(), in computeHeightResources()
225 ProcResourceHeights[PROffset + K] = SuccPRHeights[K] + PRCycles[K]; in computeHeightResources()
1179 ArrayRef<unsigned> PRCycles = TE.MTM.getProcResourceCycles(getBlockNum()); in getResourceDepth() local
1181 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]); in getResourceDepth()
1231 unsigned PRCycles = PRDepths[K] + PRHeights[K]; in getResourceLength() local
1233 PRCycles += TE.MTM.getProcResourceCycles(MBB->getNumber())[K]; in getResourceLength()
[all …]