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

/external/llvm/include/llvm/ADT/
H A DIntervalMap.h271 /// transferToRightSib - Transfer elements to a right sibling node.
276 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, function in class:llvm::IntervalMapImpl::NodeBase
293 Sib.transferToRightSib(SSize, *this, Size, Count);

Completed in 535 milliseconds