Lines Matching refs:Exts
115 static bool isProfitableToInterleave(SmallSetVector<Instruction *, 4> &Exts, in isProfitableToInterleave() argument
129 for (auto *E : Exts) { in isProfitableToInterleave()
144 for (auto *E : Exts) { in isProfitableToInterleave()
168 SmallSetVector<Instruction *, 4> Exts; in tryInterleave() local
189 if (Exts.count(I)) in tryInterleave()
193 Exts.insert(I); in tryInterleave()
266 if (Exts.empty() && OtherLeafs.empty()) in tryInterleave()
271 for (auto *I : Exts) in tryInterleave()
300 for (Instruction *I : Exts) in tryInterleave()
312 if (!isProfitableToInterleave(Exts, Truncs)) in tryInterleave()
335 for (Instruction *I : Exts) { in tryInterleave()