Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineTraceMetrics.cpp1175 unsigned PRMax = 0; in getResourceDepth() local
1180 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]); in getResourceDepth()
1183 PRMax = std::max(PRMax, PRDepths[K]); in getResourceDepth()
1186 PRMax = TE.MTM.getCycles(PRMax); in getResourceDepth()
1196 return std::max(Instrs, PRMax); in getResourceDepth()
1206 unsigned PRMax = 0; in getResourceLength() local
1235 PRMax = std::max(PRMax, PRCycles); in getResourceLength()
1238 PRMax = TE.MTM.getCycles(PRMax); in getResourceLength()
1250 return std::max(Instrs, PRMax); in getResourceLength()