Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp98 static cl::opt<bool> MinBranchClusters( variable
394 modifyFunctionLayout(BF, opts::ReorderBlocks, opts::MinBranchClusters); in runOnFunctions()
449 bool MinBranchClusters) const { in modifyFunctionLayout()
470 if (MinBranchClusters) in modifyFunctionLayout()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DBinaryPasses.h156 bool MinBranchClusters) const;