Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDIntervalMap.h247 void moveLeft(unsigned i, unsigned j, unsigned Count) { in moveLeft() function
270 moveLeft(j, i, Size - j); in erase()
877 void moveLeft(unsigned Level);
919 moveLeft(Level); in legalizeForInsert()
1419 path.moveLeft(map->height);
1827 P.moveLeft(P.height()); in treeInsert()
2012 P.moveLeft(Level); in overflow()
2034 P.moveLeft(Level); in overflow()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDIntervalMap.cpp47 void Path::moveLeft(unsigned Level) { in moveLeft() function in llvm::IntervalMapImpl::Path