Searched refs:adjustFromLeftSib (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | IntervalMap.h | 289 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib() function 317 int d = Node[n]->adjustFromLeftSib(CurSize[n], *Node[m], CurSize[m], in adjustSiblingSizes() 335 int d = Node[m]->adjustFromLeftSib(CurSize[m], *Node[n], CurSize[n], in adjustSiblingSizes()
|
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 310 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib() function 338 int d = Node[n]->adjustFromLeftSib(CurSize[n], *Node[m], CurSize[m], in adjustSiblingSizes() 356 int d = Node[m]->adjustFromLeftSib(CurSize[m], *Node[n], CurSize[n], in adjustSiblingSizes()
|