Lines Matching refs:BalancedPartitioning
29 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()
326 float BalancedPartitioning::logCost(unsigned X, unsigned Y) const { in logCost()
330 float BalancedPartitioning::log2Cached(unsigned i) const { in log2Cached()