Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp653 SmallPtrSet<Instruction *, 8> InstructionsToErase; member in __anon46287ded0311::NewGVN
2990 InstructionsToErase.clear(); in cleanupTables()
3498 for (Instruction *ToErase : InstructionsToErase) { in runGVN()
3506 Changed |= !InstructionsToErase.empty(); in runGVN()
3635 if (InstructionsToErase.count(I)) in convertClassToDFSOrdered()
3734 InstructionsToErase.insert(I); in markInstructionForDeletion()
3914 InstructionsToErase.count(cast<Instruction>(M))) && in eliminateInstructions()
4056 if (InstructionsToErase.count(InstUse)) { in eliminateInstructions()
4119 !InstructionsToErase.count(cast<Instruction>(Member))) in eliminateInstructions()