Searched defs:markInstructionForDeletion (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/Transforms/Scalar/ | ||
H A D | GVN.h | 133 void markInstructionForDeletion(Instruction *I) { markInstructionForDeletion() function |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | NewGVN.cpp | 3727 void NewGVN::markInstructionForDeletion(Instruction *I) { markInstructionForDeletion() function in NewGVN |