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

References

include/llvm/ADT/IntervalMap.h
 1024     height = 1;
 1030     height = 0;
 1034   bool branched() const { return height > 0; }
 1159   for (unsigned h = height-1; h; --h)
 1240   ++height;
 1257   for (unsigned h = height - 1; h; --h) {
 1391       path.fillLeft(map->height);
 1403       path.moveRight(map->height);
 1419       path.moveLeft(map->height);
 1459   for (unsigned i = map->height - path.height() - 1; i; --i) {
 1811     P.legalizeForInsert(this->map->height);
 1891     eraseNode(IM.height);
 1901   P.setSize(IM.height, NewSize);
 1904     setNodeStop(IM.height, Node.stop(NewSize - 1));
 1905     P.moveRight(IM.height);