Recursive balanced graph partitioning for ordering function nodes
Declared in <llvm/Support/BalancedPartitioning.h>
class BalancedPartitioning;
| Name | Description |
|---|---|
BalancedPartitioning [constructor] | Construct a balanced partitioner with the given configuration |
run | Run recursive graph partitioning that optimizes a given objective. |
| Name | Description |
|---|---|
moveGain | Compute the move gain for uniform log-gap cost |
| Name | Description |
|---|---|
llvm::BalancedPartitioningTest_MoveGain_Test | Test fixture with access to BalancedPartitioning::moveGain |