Home
last modified time | relevance | path

Searched refs:moveLeft (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DIntervalMap.h248 void moveLeft(unsigned i, unsigned j, unsigned Count) { in moveLeft() function
271 moveLeft(j, i, Size - j); in erase()
878 void moveLeft(unsigned Level);
920 moveLeft(Level); in legalizeForInsert()
1420 path.moveLeft(map->height);
1828 P.moveLeft(P.height()); in treeInsert()
2013 P.moveLeft(Level); in overflow()
2035 P.moveLeft(Level); in overflow()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DIntervalMap.cpp48 void Path::moveLeft(unsigned Level) { in moveLeft() function in llvm::IntervalMapImpl::Path