Home
last modified time | relevance | path

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

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