Searched refs:InstructionsToErase (Results 1 – 1 of 1) sorted by relevance
670 SmallPtrSet<Instruction *, 8> InstructionsToErase; member in __anonb3555ec80211::NewGVN3018 InstructionsToErase.clear(); in cleanupTables()3527 for (Instruction *ToErase : InstructionsToErase) { in runGVN()3535 Changed |= !InstructionsToErase.empty(); in runGVN()3664 if (InstructionsToErase.count(I)) in convertClassToDFSOrdered()3765 InstructionsToErase.insert(I); in markInstructionForDeletion()3945 InstructionsToErase.count(cast<Instruction>(M))) && in eliminateInstructions()4097 if (InstructionsToErase.count(InstUse)) { in eliminateInstructions()4164 !InstructionsToErase.count(cast<Instruction>(Member))) in eliminateInstructions()