Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp1168 unsigned PRMax = 0; in getResourceDepth() local
1173 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]); in getResourceDepth()
1176 PRMax = std::max(PRMax, PRDepths[K]); in getResourceDepth()
1179 PRMax = TE.MTM.getCycles(PRMax); in getResourceDepth()
1189 return std::max(Instrs, PRMax); in getResourceDepth()
1199 unsigned PRMax = 0; in getResourceLength() local
1229 PRMax = std::max(PRMax, PRCycles); in getResourceLength()
1232 PRMax = TE.MTM.getCycles(PRMax); in getResourceLength()
1244 return std::max(Instrs, PRMax); in getResourceLength()