Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1132 std::set<Instruction *> SVIs; in combine() local
1152 SVIs.insert(VI.SVI); in combine()
1167 if (SVIs.find(I) != SVIs.end()) in combine()