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

References

include/llvm/ADT/IntervalMap.h
 1744     if (IM.rootSize < RootBranch::Capacity) {
 1745       IM.rootBranch().insert(P.offset(0), IM.rootSize, Node, Stop);
 1745       IM.rootBranch().insert(P.offset(0), IM.rootSize, Node, Stop);
 1746       P.setSize(0, ++IM.rootSize);
 1753     IdxPair Offset = IM.splitRoot(P.offset(0));
 1754     P.replaceRoot(&IM.rootBranch(), IM.rootSize, Offset);
 1754     P.replaceRoot(&IM.rootBranch(), IM.rootSize, Offset);