Searched refs:InstrToDelete (Results 1 – 3 of 3) sorted by relevance
31 SmallVector<Instruction*, 4> InstrToDelete; member in __anon7f90e3840111::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 __anonb35b46660111::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()
31 SmallVector<Instruction*, 4> InstrToDelete; member in __anon11a442f20111::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()