Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp995 unsigned EIndex = MemOps.size(); in FormCandidates() local
1031 for (unsigned I = SIndex+1; I < EIndex; ++I, ++Count) { in FormCandidates()
1087 } while (SIndex < EIndex); in FormCandidates()
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp963 unsigned EIndex = MemOps.size(); in FormCandidates() local
998 for (unsigned I = SIndex+1; I < EIndex; ++I, ++Count) { in FormCandidates()
1053 } while (SIndex < EIndex); in FormCandidates()