Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DLoopInversionPass.cpp21 extern cl::opt<bolt::ReorderBasicBlocks::LayoutType> ReorderBlocks;
H A DBinaryPasses.cpp152 extern cl::opt<bolt::ReorderBasicBlocks::LayoutType> ReorderBlocks;
153 cl::opt<bolt::ReorderBasicBlocks::LayoutType> ReorderBlocks(
177 cl::callback([](const bolt::ReorderBasicBlocks::LayoutType &option) { in __anonbe3616080202()
448 LayoutType Type, in modifyFunctionLayout()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DBinaryPasses.h130 enum LayoutType : char { enum
155 void modifyFunctionLayout(BinaryFunction &Function, LayoutType Type,