Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h295 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToLeftSib()
306 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToRightSib()
319 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib()
1868 if (NodeRef Sib = P.getLeftSibling(P.height())) { in treeInsert() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp1709 NodeId Sib = UA.Addr->getSibling(); in unlinkUseDF() local
1783 NodeId Sib = DA.Addr->getSibling(); in unlinkDefDF() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h490 NodeId RD, Sib; // Ids of the reaching def and the sibling. member