Searched refs:SSize (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 295 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToLeftSib() argument 297 Sib.copy(*this, 0, SSize, Count); in transferToLeftSib() 306 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToRightSib() argument 308 Sib.moveRight(0, Count, SSize); in transferToRightSib() 319 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib() argument 322 unsigned Count = std::min(std::min(unsigned(Add), SSize), N - Size); in adjustFromLeftSib() 323 Sib.transferToRightSib(SSize, *this, Size, Count); in adjustFromLeftSib() 327 unsigned Count = std::min(std::min(unsigned(-Add), Size), N - SSize); in adjustFromLeftSib() 328 transferToLeftSib(Size, Sib, SSize, Count); in adjustFromLeftSib()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 3450 size_t SSize = Subscripts.size(); in tryDelinearizeFixedSize() local 3451 for (size_t I = 1; I < SSize; ++I) { in tryDelinearizeFixedSize()
|