Home
last modified time | relevance | path

Searched refs:FunctionNodeRange (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h110 using FunctionNodeRange = variable
140 void bisect(const FunctionNodeRange Nodes, unsigned RecDepth,
145 void runIterations(const FunctionNodeRange Nodes, unsigned LeftBucket,
150 unsigned runIteration(const FunctionNodeRange Nodes, unsigned LeftBucket,
162 void split(const FunctionNodeRange Nodes, unsigned StartBucket) const;
/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp113 void BalancedPartitioning::bisect(const FunctionNodeRange Nodes, in bisect()
167 void BalancedPartitioning::runIterations(const FunctionNodeRange Nodes, in runIterations()
210 unsigned BalancedPartitioning::runIteration(const FunctionNodeRange Nodes, in runIteration()
303 void BalancedPartitioning::split(const FunctionNodeRange Nodes, in split()