Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp1732 unordered_set<Instruction *> to_del; in run() local
1773 to_del.insert(defi); in run()
1781 for (unordered_set<Instruction *>::const_iterator it = to_del.begin(); in run()
1782 it != to_del.end(); ++it) in run()