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.cpp1133 std::set<Instruction *> SVIs; in combine() local
1153 SVIs.insert(VI.SVI); in combine()
1168 if (SVIs.find(I) != SVIs.end()) in combine()