Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSplitKit.cpp557 SmallVector<unsigned, 8> PossibleIndexes; in buildCopy() local
578 PossibleIndexes.push_back(Idx); in buildCopy()
598 for (unsigned Idx : PossibleIndexes) { in buildCopy()