Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryFunctionCallGraph.cpp84 bool UseSplitHotSize, bool UseEdgeCounts, in buildCallGraph() argument
152 const uint64_t AdjCount = UseEdgeCounts && IsValidCount ? Count : 1; in buildCallGraph()
H A DReorderFunctions.cpp82 UseEdgeCounts("use-edge-counts", variable
281 opts::UseEdgeCounts, in runOnFunctions()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DBinaryFunctionCallGraph.h69 bool UseEdgeCounts = false, bool IgnoreRecursiveCalls = false);