Searched refs:rootSize (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 981 unsigned rootSize = 0; variable 1076 rootSize = RHS.rootSize; 1102 return rootSize == 0; in empty() 1114 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop() 1115 rootBranch().stop(rootSize - 1); in stop() 1130 if (branched() || rootSize == RootLeaf::Capacity) in insert() 1134 unsigned p = rootLeaf().findFrom(0, rootSize, a); in insert() 1135 rootSize = rootLeaf().insertFrom(p, rootSize, a, b, y); in insert() 1226 size[0] = rootSize; in branchRoot() 1228 NewOffset = distribute(Nodes, rootSize, Leaf::Capacity, nullptr, size, in branchRoot() [all …]
|