Searched refs:InstructionsToDelete (Results 1 – 1 of 1) sorted by relevance
172 SmallVector<Instruction *> InstructionsToDelete; in convertToParamAS() local213 InstructionsToDelete.push_back(I.OldInstruction); in convertToParamAS()224 for (Instruction *I : llvm::reverse(InstructionsToDelete)) in convertToParamAS()