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

/external/llvm/include/llvm/ADT/
H A DIntervalMap.h292 /// transferToRightSib - Transfer elements to a right sibling node.
297 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, function in class:llvm::IntervalMapImpl::NodeBase
314 Sib.transferToRightSib(SSize, *this, Size, Count);
/external/swiftshader/third_party/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 249 milliseconds