Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp75 NodeRef Path::getRightSibling(unsigned Level) const { in getRightSibling() function in llvm::IntervalMapImpl::Path
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h892 NodeRef getRightSibling(unsigned Level) const;
1707 } else if (NodeRef NR = P.getRightSibling(P.height())) { in canCoalesceRight()
2038 NodeRef RightSib = P.getRightSibling(Level); in overflow()