Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp1173 unsigned PRMax = 0; in getResourceDepth() local
1178 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]); in getResourceDepth()
1181 PRMax = std::max(PRMax, PRDepths[K]); in getResourceDepth()
1184 PRMax = TE.MTM.getCycles(PRMax); in getResourceDepth()
1194 return std::max(Instrs, PRMax); in getResourceDepth()
1204 unsigned PRMax = 0; in getResourceLength() local
1233 PRMax = std::max(PRMax, PRCycles); in getResourceLength()
1236 PRMax = TE.MTM.getCycles(PRMax); in getResourceLength()
1248 return std::max(Instrs, PRMax); in getResourceLength()