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.cpp31 SmallVector<Instruction*, 4> InstrToDelete; member in __anondd8b807b0111::NVPTXImageOptimizer
59 InstrToDelete.clear(); in runOnFunction()
86 for (Instruction *I : InstrToDelete) in runOnFunction()
161 InstrToDelete.push_back(BI); in replaceWith()
165 InstrToDelete.push_back(From); in replaceWith()