Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1129 std::set<Instruction *> SVIs; in combine() local
1148 SVIs.insert(VI.SVI); in combine()
1164 if (SVIs.find(I) != SVIs.end()) in combine()