Lines Matching defs:N
123 for (auto &N : Nodes) in bisect() local
143 llvm::partition(Nodes, [&](auto &N) { return N.Bucket == LeftBucket; }); in bisect()
171 for (auto &N : Nodes) in runIterations() local
176 for (auto &N : Nodes) in runIterations() local
183 for (auto &N : Nodes) in runIterations() local
189 for (auto &N : Nodes) { in runIterations() local
233 for (auto &N : Nodes) { in runIteration() local
268 bool BalancedPartitioning::moveFunctionNode(BPFunctionNode &N, in moveFunctionNode()
310 for (auto &N : llvm::make_range(Nodes.begin(), NodesMid)) in split() local
312 for (auto &N : llvm::make_range(NodesMid, Nodes.end())) in split() local
316 float BalancedPartitioning::moveGain(const BPFunctionNode &N, in moveGain()