Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp30 SmallVector<Instruction*, 4> InstrToDelete; member in __anondd8b807b0111::NVPTXImageOptimizer
58 InstrToDelete.clear(); in runOnFunction()
85 for (Instruction *I : InstrToDelete) in runOnFunction()
160 InstrToDelete.push_back(BI); in replaceWith()
164 InstrToDelete.push_back(From); in replaceWith()