Lines Matching refs:Exts
114 static bool isProfitableToInterleave(SmallSetVector<Instruction *, 4> &Exts, in isProfitableToInterleave() argument
128 for (auto *E : Exts) { in isProfitableToInterleave()
143 for (auto *E : Exts) { in isProfitableToInterleave()
167 SmallSetVector<Instruction *, 4> Exts; in tryInterleave() local
189 if (Exts.count(I)) in tryInterleave()
193 Exts.insert(I); in tryInterleave()
267 if (Exts.empty() && OtherLeafs.empty()) in tryInterleave()
272 for (auto *I : Exts) in tryInterleave()
301 for (Instruction *I : Exts) in tryInterleave()
313 if (!isProfitableToInterleave(Exts, Truncs)) in tryInterleave()
336 for (Instruction *I : Exts) { in tryInterleave()