Home
last modified time | relevance | path

Searched refs:storeIndex (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DOrdering.java747 int storeIndex = left; in partition() local
750 ObjectArrays.swap(values, storeIndex, i); in partition()
751 storeIndex++; in partition()
754 ObjectArrays.swap(values, right, storeIndex); in partition()
755 return storeIndex; in partition()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSpiller.cpp156 SlotIndex storeIndex = in trivialSpillEverywhere() local
159 SlotIndex beginIndex = storeIndex.getPrevIndex(); in trivialSpillEverywhere()
162 newLI->addRange(LiveRange(beginIndex, storeIndex, storeVNI)); in trivialSpillEverywhere()