Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp1176 unsigned PRMax = 0; in getResourceDepth() local
1181 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]); in getResourceDepth()
1184 PRMax = std::max(PRMax, PRDepths[K]); in getResourceDepth()
1187 PRMax = TE.MTM.getCycles(PRMax); in getResourceDepth()
1197 return std::max(Instrs, PRMax); in getResourceDepth()
1207 unsigned PRMax = 0; in getResourceLength() local
1236 PRMax = std::max(PRMax, PRCycles); in getResourceLength()
1239 PRMax = TE.MTM.getCycles(PRMax); in getResourceLength()
1251 return std::max(Instrs, PRMax); in getResourceLength()