Home
last modified time | relevance | path

Searched defs:markInstructionForDeletion (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h129 void markInstructionForDeletion(Instruction *I) { in markInstructionForDeletion() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3690 void NewGVN::markInstructionForDeletion(Instruction *I) { in markInstructionForDeletion() function in NewGVN