Searched refs:rootSize (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 982 unsigned rootSize = 0; variable 1077 rootSize = RHS.rootSize; 1103 return rootSize == 0; in empty() 1115 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop() 1116 rootBranch().stop(rootSize - 1); in stop() 1131 if (branched() || rootSize == RootLeaf::Capacity) in insert() 1135 unsigned p = rootLeaf().findFrom(0, rootSize, a); in insert() 1136 rootSize = rootLeaf().insertFrom(p, rootSize, a, b, y); in insert() 1227 size[0] = rootSize; in branchRoot() 1229 NewOffset = distribute(Nodes, rootSize, Leaf::Capacity, nullptr, size, in branchRoot() [all …]
|