Home
last modified time | relevance | path

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

/llvm-project/bolt/include/bolt/Passes/
H A DReorderAlgorithm.h206 class OptimizeBranchReorderAlgorithm : public ReorderAlgorithm {
208 explicit OptimizeBranchReorderAlgorithm( in OptimizeBranchReorderAlgorithm() function
/llvm-project/bolt/lib/Passes/
H A DReorderAlgorithm.cpp570 void OptimizeBranchReorderAlgorithm::reorderBasicBlocks( in reorderBasicBlocks()
H A DBinaryPasses.cpp513 Algo.reset(new OptimizeBranchReorderAlgorithm(std::move(CAlgo))); in modifyFunctionLayout()