Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.cpp269 BenchmarkMeasure &LatencyMeasure = SchedClassPoint[0]; in getAsPoint() local
272 LatencyMeasure.PerInstructionValue = 0.0; in getAsPoint()
277 LatencyMeasure.PerInstructionValue = in getAsPoint()
278 std::max<double>(LatencyMeasure.PerInstructionValue, WLE->Cycles); in getAsPoint()