Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h252 void moveLeft(unsigned i, unsigned j, unsigned Count) { in moveLeft() function
275 moveLeft(j, i, Size - j); in erase()
882 void moveLeft(unsigned Level);
924 moveLeft(Level); in legalizeForInsert()
1425 path.moveLeft(map->height);
1833 P.moveLeft(P.height()); in treeInsert()
2018 P.moveLeft(Level); in overflow()
2040 P.moveLeft(Level); in overflow()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp48 void Path::moveLeft(unsigned Level) { in moveLeft() function in llvm::IntervalMapImpl::Path