Home
last modified time | relevance | path

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

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