Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DIntervalMap.cpp25 NodeRef Path::getLeftSibling(unsigned Level) const { in getLeftSibling() function in llvm::IntervalMapImpl::Path
/external/swiftshader/third_party/LLVM/lib/Support/
DIntervalMap.cpp25 NodeRef Path::getLeftSibling(unsigned Level) const { in getLeftSibling() function in llvm::IntervalMapImpl::Path
/external/llvm/include/llvm/ADT/
DIntervalMap.h870 NodeRef getLeftSibling(unsigned Level) const;
1615 } else if (NodeRef NR = P.getLeftSibling(P.height())) { in canCoalesceLeft()
1806 if (NodeRef Sib = P.getLeftSibling(P.height())) { in treeInsert()
1965 NodeRef LeftSib = P.getLeftSibling(Level); in overflow()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DIntervalMap.h849 NodeRef getLeftSibling(unsigned Level) const;
1605 } else if (NodeRef NR = P.getLeftSibling(P.height())) { in canCoalesceLeft()
1796 if (NodeRef Sib = P.getLeftSibling(P.height())) { in treeInsert()
1955 NodeRef LeftSib = P.getLeftSibling(Level); in overflow()