llvm::BalancedPartitioning

Recursive balanced graph partitioning for ordering function nodes

Synopsis

Declared in <llvm/Support/BalancedPartitioning.h>

class BalancedPartitioning;

Member Functions

NameDescription
BalancedPartitioning [constructor]Construct a balanced partitioner with the given configuration
run Run recursive graph partitioning that optimizes a given objective.

Protected Static Member Functions

NameDescription
moveGain Compute the move gain for uniform log-gap cost

Friends

NameDescription
llvm::BalancedPartitioningTest_MoveGain_TestTest fixture with access to BalancedPartitioning::moveGain