Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp1661 NodeId Sib = UA.Addr->getSibling(); in unlinkUseDF() local
1735 NodeId Sib = DA.Addr->getSibling(); in unlinkDefDF() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h527 NodeId RD, Sib; // Ids of the reaching def and the sibling. member