Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DCallGraph.h65 double normalizedWeight() const { return NormalizedWeight; } in normalizedWeight() function
183 << " [label=\"normWgt=" << format("%.3lf", Arc->normalizedWeight()) in printDot()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DHFSort.cpp174 Arc.normalizedWeight() > BestProb) { in clusterize()
176 BestProb = Arc.normalizedWeight(); in clusterize()