Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DReorderAlgorithm.h244 class RandomClusterReorderAlgorithm : public ReorderAlgorithm {
246 explicit RandomClusterReorderAlgorithm( in RandomClusterReorderAlgorithm() function
/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderAlgorithm.cpp690 void RandomClusterReorderAlgorithm::reorderBasicBlocks( in reorderBasicBlocks()
H A DBinaryPasses.cpp493 Algo.reset(new RandomClusterReorderAlgorithm(std::move(CAlgo))); in modifyFunctionLayout()