reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/IntervalMap.h
 1160     NR = NR.get<Branch>().safeLookup(x);
 1212   const unsigned Nodes = RootBranch::Capacity / Branch::Capacity + 1;
 1229     Branch *B = newNode<Branch>();
 1229     Branch *B = newNode<Branch>();
 1236     rootBranch().stop(n) = Node[n].template get<Branch>().stop(Size[n]-1);
 1276     deleteNode(&Node.get<Branch>());
 1460     unsigned p = NR.get<Branch>().safeFind(0, x);
 1494       if (!Traits::stopLess(path.node<Branch>(l).stop(path.offset(l)), x)) {
 1497           path.node<Branch>(l + 1).safeFind(path.offset(l + 1), x);
 1504       path.offset(1) = path.node<Branch>(1).safeFind(path.offset(1), x);
 1672     P.node<Branch>(Level).stop(P.offset(Level)) = Stop;
 1764   if (P.size(Level) == Branch::Capacity) {
 1767     SplitRoot = overflow<Branch>(Level);
 1770   P.node<Branch>(Level).insert(P.offset(Level), P.size(Level), Node, Stop);
 1932     Branch &Parent = P.node<Branch>(Level);
 1932     Branch &Parent = P.node<Branch>(Level);