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

/external/llvm/include/llvm/ADT/
H A DIntervalMap.h282 /// @param Sib Left sibling node.
285 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, argument
287 Sib.copy(*this, 0, SSize, Count);
293 /// @param Sib Right sibling node.
296 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, argument
298 Sib.moveRight(0, Count, SSize);
299 Sib.copy(*this, Size-Count, 0, Count);
305 /// @param Sib Right sibling node.
309 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { argument
313 Sib
[all...]

Completed in 550 milliseconds