Lines Matching refs:WorkQ
290 UVect WorkQ; in partitionRegisters() local
291 WorkQ.push_back(R); in partitionRegisters()
292 for (unsigned i = 0; i < WorkQ.size(); ++i) { in partitionRegisters()
293 unsigned T = WorkQ[i]; in partitionRegisters()
301 WorkQ.push_back(*J); in partitionRegisters()
576 LoopVector WorkQ; in collectIndRegs() local
579 WorkQ.push_back(I); in collectIndRegs()
580 for (unsigned i = 0; i < WorkQ.size(); ++i) { in collectIndRegs()
581 for (auto I : *WorkQ[i]) in collectIndRegs()
582 WorkQ.push_back(I); in collectIndRegs()
586 for (unsigned i = 0, n = WorkQ.size(); i < n; ++i) { in collectIndRegs()
587 MachineLoop *L = WorkQ[i]; in collectIndRegs()