Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp654 SmallPtrSet<Instruction *, 8> InstructionsToErase; member in __anonb04f3f7e0211::NewGVN
2980 InstructionsToErase.clear(); in cleanupTables()
3491 for (Instruction *ToErase : InstructionsToErase) { in runGVN()
3499 Changed |= !InstructionsToErase.empty(); in runGVN()
3628 if (InstructionsToErase.count(I)) in convertClassToDFSOrdered()
3729 InstructionsToErase.insert(I); in markInstructionForDeletion()
3909 InstructionsToErase.count(cast<Instruction>(M))) && in eliminateInstructions()
4060 if (InstructionsToErase.count(InstUse)) { in eliminateInstructions()
4126 !InstructionsToErase.count(cast<Instruction>(Member))) in eliminateInstructions()