Searched defs:Sib (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 295 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToLeftSib() argument 306 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToRightSib() argument 319 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib() argument 1868 if (NodeRef Sib = P.getLeftSibling(P.height())) { treeInsert() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 1661 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 D | RDFGraph.h | 527 NodeId RD, Sib; // Ids of the reaching def and the sibling. member
|