Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXImageOptimizer.cpp31 SmallVector<Instruction*, 4> InstrToDelete; member in __anon2ba52b6b0111::NVPTXImageOptimizer
57 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXImageOptimizer.cpp31 SmallVector<Instruction*, 4> InstrToDelete; member in __anon646c747f0111::NVPTXImageOptimizer
57 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()
/external/llvm/lib/Target/NVPTX/
DNVPTXImageOptimizer.cpp31 SmallVector<Instruction*, 4> InstrToDelete; member in __anon36dc935d0111::NVPTXImageOptimizer
57 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()