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

References

include/llvm/ADT/IntervalMap.h
  882     while (height() < Height)
  883       push(subtree(height()), 0);
 1458   IntervalMapImpl::NodeRef NR = path.subtree(path.height());
 1459   for (unsigned i = map->height - path.height() - 1; i; --i) {
 1492   if (path.height()) {
 1493     for (unsigned l = path.height() - 1; l; --l) {
 1568     if (this->path.atLastEntry(this->path.height()))
 1569       setNodeStop(this->path.height(), b);
 1626   } else if (NodeRef NR = P.getLeftSibling(P.height())) {
 1655   } else if (NodeRef NR = P.getRightSibling(P.height())) {
 1816     if (NodeRef Sib = P.getLeftSibling(P.height())) {
 1827         P.moveLeft(P.height());
 1831           setNodeStop(P.height(), SibLeaf.stop(SibOfs) = b);
 1853     overflow<Leaf>(P.height());
 1860   P.setSize(P.height(), Size);
 1864     setNodeStop(P.height(), b);
lib/Support/IntervalMap.cpp
   58   } else if (height() < Level)