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.cpp92 Nodes[I].InputOrderIndex = I; in run()
121 return L.InputOrderIndex < R.InputOrderIndex; in bisect()
307 return L.InputOrderIndex < R.InputOrderIndex; in split()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h78 uint64_t InputOrderIndex = 0; variable