Home
last modified time | relevance | path

Searched refs:BalancedPartitioning (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDBalancedPartitioning.cpp29 void BalancedPartitioning::BPThreadPool::async(Func &&F) { in async()
53 void BalancedPartitioning::BPThreadPool::wait() { in wait()
69 BalancedPartitioning::BalancedPartitioning( in BalancedPartitioning() function in BalancedPartitioning
78 void BalancedPartitioning::run(std::vector<BPFunctionNode> &Nodes) const { in run()
112 void BalancedPartitioning::bisect(const FunctionNodeRange Nodes, in bisect()
165 void BalancedPartitioning::runIterations(const FunctionNodeRange Nodes, in runIterations()
208 unsigned BalancedPartitioning::runIteration(const FunctionNodeRange Nodes, in runIteration()
268 bool BalancedPartitioning::moveFunctionNode(BPFunctionNode &N, in moveFunctionNode()
301 void BalancedPartitioning::split(const FunctionNodeRange Nodes, in split()
316 float BalancedPartitioning::moveGain(const BPFunctionNode &N, in moveGain()
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDBalancedPartitioning.h57 friend class BalancedPartitioning; variable
100 class BalancedPartitioning {
102 BalancedPartitioning(const BalancedPartitioningConfig &Config);
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
HDllvm-profdata.cpp3309 BalancedPartitioning BP(Config); in order_main()
/freebsd-14-stable/lib/clang/libllvm/
HDMakefile1103 SRCS_COV+= Support/BalancedPartitioning.cpp