Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1199 unsigned PRMax = 0; in getResourceDepth() local
1204 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]); in getResourceDepth()
1207 PRMax = std::max(PRMax, PRD); in getResourceDepth()
1210 PRMax = TE.MTM.getCycles(PRMax); in getResourceDepth()
1220 return std::max(Instrs, PRMax); in getResourceDepth()
1230 unsigned PRMax = 0; in getResourceLength() local
1259 PRMax = std::max(PRMax, PRCycles); in getResourceLength()
1262 PRMax = TE.MTM.getCycles(PRMax); in getResourceLength()
1274 return std::max(Instrs, PRMax); in getResourceLength()