Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp597 double DDPerCycle = (double)BPI.DataDependencyCycles * 100 / TotalCycles; in printBottleneckHints() local
626 << format("%.2f", floor((DDPerCycle * 100) + 0.5) / 100) << "% ]"; in printBottleneckHints()