Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1198 unsigned PRMax = 0; in getResourceDepth() local
1203 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]); in getResourceDepth()
1206 PRMax = std::max(PRMax, PRD); in getResourceDepth()
1209 PRMax = TE.MTM.getCycles(PRMax); in getResourceDepth()
1219 return std::max(Instrs, PRMax); in getResourceDepth()
1229 unsigned PRMax = 0; in getResourceLength() local
1258 PRMax = std::max(PRMax, PRCycles); in getResourceLength()
1261 PRMax = TE.MTM.getCycles(PRMax); in getResourceLength()
1273 return std::max(Instrs, PRMax); in getResourceLength()