Searched refs:ReorderAlgorithm (Results 1 – 5 of 5) sorted by relevance
157 class ReorderAlgorithm {162 ReorderAlgorithm() {} in ReorderAlgorithm() function177 virtual ~ReorderAlgorithm() {} in ~ReorderAlgorithm()186 class TSPReorderAlgorithm : public ReorderAlgorithm {194 class OptimizeReorderAlgorithm : public ReorderAlgorithm {197 : ReorderAlgorithm(std::move(CAlgo)) {} in OptimizeReorderAlgorithm()210 : ReorderAlgorithm(std::move(CAlgo)) {} in OptimizeBranchReorderAlgorithm()223 : ReorderAlgorithm(std::move(CAlgo)) {} in OptimizeCacheReorderAlgorithm()230 class ExtTSPReorderAlgorithm : public ReorderAlgorithm {237 class ReverseReorderAlgorithm : public ReorderAlgorithm {[all …]
33 ReorderAlgorithm.cpp
50 ReorderAlgorithm("reorder-data-algo", variable488 if (opts::ReorderAlgorithm == opts::ReorderAlgo::REORDER_COUNT) { in runOnFunctions()
454 std::unique_ptr<ReorderAlgorithm> Algo; in modifyFunctionLayout()
42 bolt/include/bolt/Passes/ReorderAlgorithm.h