Home
last modified time | relevance | path

Searched defs:Sib (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/ADT/
DIntervalMap.h286 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToLeftSib()
297 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToRightSib()
310 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib()
1806 if (NodeRef Sib = P.getLeftSibling(P.height())) { in treeInsert() local
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DIntervalMap.h265 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToLeftSib()
276 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToRightSib()
289 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib()
1796 if (NodeRef Sib = P.getLeftSibling(P.height())) { in treeInsert() local
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1619 NodeId Sib = UA.Addr->getSibling(); in unlinkUseDF() local
1693 NodeId Sib = DA.Addr->getSibling(); in unlinkDefDF() local
DRDFGraph.h450 NodeId RD, Sib; // Ids of the reaching def and the sibling. member