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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp1770 unordered_set<Instruction *> to_del; local in function:nv50_ir::SpillCodeInserter::run
1811 to_del.insert(defi);
1819 for (unordered_set<Instruction *>::const_iterator it = to_del.begin();
1820 it != to_del.end(); ++it)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp1816 unordered_set<Instruction *> to_del; local in function:nv50_ir::SpillCodeInserter::run
1858 to_del.insert(defi);
1866 for (unordered_set<Instruction *>::const_iterator it = to_del.begin();
1867 it != to_del.end(); ++it) {

Completed in 8 milliseconds