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

/external/llvm/lib/CodeGen/
H A DStrongPHIElimination.cpp178 DestCopyMap InsertedDestCopies; member in class:__anon21213::StrongPHIElimination
318 if (!InsertedDestCopies.count(DestReg))
338 for (DestCopyMap::iterator I = InsertedDestCopies.begin(),
339 E = InsertedDestCopies.end(); I != E; ++I) {
401 InsertedDestCopies.clear();
794 InsertedDestCopies[CopyReg] = CopyInstr;

Completed in 132 milliseconds