Searched refs:InstrToDelete (Results 1 – 2 of 2) sorted by relevance
31 SmallVector<Instruction*, 4> InstrToDelete; member in __anon36dc935d0111::NVPTXImageOptimizer57 InstrToDelete.clear(); in runOnFunction()87 for (unsigned i = 0, e = InstrToDelete.size(); i != e; ++i) in runOnFunction()88 InstrToDelete[i]->eraseFromParent(); in runOnFunction()165 InstrToDelete.push_back(BI); in replaceWith()169 InstrToDelete.push_back(From); in replaceWith()
31 SmallVector<Instruction*, 4> InstrToDelete; member in __anona79f49950111::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()