Searched refs:ShufIns (Results 1 – 1 of 1) sorted by relevance
2560 InstrList ShufIns; in processLoop() local2593 auto F = std::find(ShufIns.begin(), ShufIns.end(), UseI); in processLoop()2594 if (F == ShufIns.end()) in processLoop()2609 ShufIns.push_back(&*I); in processLoop()2624 for (unsigned i = 0, n = ShufIns.size(); i < n; ++i) { in processLoop()2625 MachineInstr *SI = ShufIns[i]; in processLoop()2636 MachineInstr *MI = ShufIns[j]; in processLoop()2650 ShufIns[j] = nullptr; in processLoop()