Searched refs:SSize (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 297 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToLeftSib() argument 299 Sib.copy(*this, 0, SSize, Count); in transferToLeftSib() 308 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToRightSib() argument 310 Sib.moveRight(0, Count, SSize); in transferToRightSib() 321 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib() argument 324 unsigned Count = std::min(std::min(unsigned(Add), SSize), N - Size); in adjustFromLeftSib() 325 Sib.transferToRightSib(SSize, *this, Size, Count); in adjustFromLeftSib() 329 unsigned Count = std::min(std::min(unsigned(-Add), Size), N - SSize); in adjustFromLeftSib() 330 transferToLeftSib(Size, Sib, SSize, Count); in adjustFromLeftSib()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldMachO.cpp | 170 uint64_t SSize = SI->getSize(); in getSectionByAddress() local 171 if ((Addr >= SAddr) && (Addr < SAddr + SSize)) in getSectionByAddress()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 3366 size_t SSize = Subscripts.size(); in tryDelinearizeFixedSize() local 3367 for (size_t I = 1; I < SSize; ++I) { in tryDelinearizeFixedSize()
|