Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp657 SmallPtrSet<Instruction *, 8> InstructionsToErase; member in __anonf7cb05f80211::NewGVN
2977 InstructionsToErase.clear(); in cleanupTables()
3487 for (Instruction *ToErase : InstructionsToErase) { in runGVN()
3495 Changed |= !InstructionsToErase.empty(); in runGVN()
3624 if (InstructionsToErase.count(I)) in convertClassToDFSOrdered()
3724 InstructionsToErase.insert(I); in markInstructionForDeletion()
3904 InstructionsToErase.count(cast<Instruction>(M))) && in eliminateInstructions()
4046 if (InstructionsToErase.count(InstUse)) { in eliminateInstructions()
4109 !InstructionsToErase.count(cast<Instruction>(Member))) in eliminateInstructions()