Home
last modified time | relevance | path

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

/freebsd/contrib/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;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp112 void BalancedPartitioning::bisect(const FunctionNodeRange Nodes, in bisect()
165 void BalancedPartitioning::runIterations(const FunctionNodeRange Nodes, in runIterations()
208 unsigned BalancedPartitioning::runIteration(const FunctionNodeRange Nodes, in runIteration()
301 void BalancedPartitioning::split(const FunctionNodeRange Nodes, in split()