Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DIntervalMap.cpp25 NodeRef Path::getLeftSibling(unsigned Level) const { in getLeftSibling() function in llvm::IntervalMapImpl::Path
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DIntervalMap.h877 NodeRef getLeftSibling(unsigned Level) const;
1632 } else if (NodeRef NR = P.getLeftSibling(P.height())) { in canCoalesceLeft()
1822 if (NodeRef Sib = P.getLeftSibling(P.height())) { in treeInsert()
1981 NodeRef LeftSib = P.getLeftSibling(Level); in overflow()