Searched refs:moveFunctionNode (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | BalancedPartitioning.cpp | 260 if (moveFunctionNode(*LeftNode, LeftBucket, RightBucket, Signatures, RNG)) in runIteration() 262 if (moveFunctionNode(*RightNode, LeftBucket, RightBucket, Signatures, RNG)) in runIteration() 268 bool BalancedPartitioning::moveFunctionNode(BPFunctionNode &N, in moveFunctionNode() function in BalancedPartitioning
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | BalancedPartitioning.h | 156 bool moveFunctionNode(BPFunctionNode &N, unsigned LeftBucket,
|