Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp93 Nodes[I].InputOrderIndex = I; in run()
122 return L.InputOrderIndex < R.InputOrderIndex; in bisect()
310 return L.InputOrderIndex < R.InputOrderIndex; in split()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h79 uint64_t InputOrderIndex = 0; variable