Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp653 SmallPtrSet<Instruction *, 8> InstructionsToErase; member in __anonc9d17a0b0311::NewGVN
2987 InstructionsToErase.clear(); in cleanupTables()
3500 for (Instruction *ToErase : InstructionsToErase) { in runGVN()
3635 if (InstructionsToErase.count(I)) in convertClassToDFSOrdered()
3765 InstructionsToErase.insert(I); in markInstructionForDeletion()
3945 InstructionsToErase.count(cast<Instruction>(M))) && in eliminateInstructions()
4087 if (InstructionsToErase.count(InstUse)) { in eliminateInstructions()
4147 !InstructionsToErase.count(cast<Instruction>(Member))) in eliminateInstructions()