Searched refs:InstrToDelete (Results 1 – 1 of 1) sorted by relevance
31 SmallVector<Instruction*, 4> InstrToDelete; member in __anon4060f22f0111::NVPTXImageOptimizer57 InstrToDelete.clear(); in runOnFunction()87 for (unsigned i = 0, e = InstrToDelete.size(); i != e; ++i) in runOnFunction()88 InstrToDelete[i]->eraseFromParent(); in runOnFunction()163 InstrToDelete.push_back(BI); in replaceWith()167 InstrToDelete.push_back(From); in replaceWith()