Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderFunctions.cpp30 cl::opt<bolt::ReorderFunctions::ReorderType>
31 ReorderFunctions("reorder-functions", variable
33 cl::init(bolt::ReorderFunctions::RT_NONE),
40 clEnumValN(bolt::ReorderFunctions::RT_HFSORT,
49 clEnumValN(bolt::ReorderFunctions::RT_RANDOM,
52 clEnumValN(bolt::ReorderFunctions::RT_USER,
138 if (opts::ReorderFunctions == RT_NONE) in reorder()
266 if (opts::ReorderFunctions != RT_NONE && in runOnFunctions()
267 opts::ReorderFunctions != RT_EXEC_COUNT && in runOnFunctions()
268 opts::ReorderFunctions != RT_USER) { in runOnFunctions()
[all …]
H A DCMakeLists.txt34 ReorderFunctions.cpp
H A DBinaryPasses.cpp65 extern cl::opt<bolt::ReorderFunctions::ReorderType> ReorderFunctions;
1209 opts::ReorderFunctions == ReorderFunctions::RT_USER; in runOnFunctions()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DReorderFunctions.h20 class ReorderFunctions : public BinaryFunctionPass {
37 explicit ReorderFunctions(const cl::opt<bool> &PrintPass) in ReorderFunctions() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DBinaryPassManager.cpp399 std::make_unique<ReorderFunctions>(PrintReorderedFunctions)); in runAllPasses()
H A DRewriteInstance.cpp80 extern cl::opt<bolt::ReorderFunctions::ReorderType> ReorderFunctions;
1713 opts::ReorderFunctions != ReorderFunctions::RT_NONE) { in adjustCommandLineOptions()
1719 if (opts::ReorderFunctions != ReorderFunctions::RT_NONE && in adjustCommandLineOptions()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt44 bolt/include/bolt/Passes/ReorderFunctions.h