Searched refs:PreviousRegSeqByUndefCount (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
H A DR600OptimizeVectorRegisters.cpp109 InstructionSetMap PreviousRegSeqByUndefCount; member in class:__anon12993::R600VectorRegMerger
241 for (InstructionSetMap::iterator It = PreviousRegSeqByUndefCount.begin(),
242 E = PreviousRegSeqByUndefCount.end(); It != E; ++It) {
299 if (PreviousRegSeqByUndefCount[NeededUndefs].empty())
302 PreviousRegSeqByUndefCount[NeededUndefs];
313 PreviousRegSeqByUndefCount[RSI.UndefReg.size()].push_back(RSI.Instr);
330 PreviousRegSeqByUndefCount.clear();

Completed in 90 milliseconds