Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp167 SmallSetVector<Instruction *, 4> Reducts; in tryInterleave() local
202 if (!Reducts.insert(I)) in tryInterleave()
290 for (auto *I : Reducts) in tryInterleave()
294 assert((!Truncs.empty() || !Reducts.empty()) && in tryInterleave()
332 if (!Reducts.empty() && (Ops.empty() || all_of(Ops, [](Instruction *I) { in tryInterleave()