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

/external/llvm/include/llvm/ADT/
H A DIntervalMap.h262 /// @param Sib Left sibling node.
265 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, argument
267 Sib.copy(*this, 0, SSize, Count);
273 /// @param Sib Right sibling node.
276 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, argument
278 Sib.moveRight(0, Count, SSize);
279 Sib.copy(*this, Size-Count, 0, Count);
285 /// @param Sib Right sibling node.
289 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { argument
293 Sib
[all...]

Completed in 65 milliseconds