Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp658 SmallPtrSet<Instruction *, 8> InstructionsToErase; member in __anonb3555ec80211::NewGVN
2980 InstructionsToErase.clear(); in cleanupTables()
3496 for (Instruction *ToErase : InstructionsToErase) { in runGVN()
3504 Changed |= !InstructionsToErase.empty(); in runGVN()
3633 if (InstructionsToErase.count(I)) in convertClassToDFSOrdered()
3734 InstructionsToErase.insert(I); in markInstructionForDeletion()
3914 InstructionsToErase.count(cast<Instruction>(M))) && in eliminateInstructions()
4065 if (InstructionsToErase.count(InstUse)) { in eliminateInstructions()
4131 !InstructionsToErase.count(cast<Instruction>(Member))) in eliminateInstructions()