Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp657 SmallPtrSet<Instruction *, 8> InstructionsToErase; member in __anonccb5b2130211::NewGVN
2945 InstructionsToErase.clear(); in cleanupTables()
3455 for (Instruction *ToErase : InstructionsToErase) { in runGVN()
3463 Changed |= !InstructionsToErase.empty(); in runGVN()
3592 if (InstructionsToErase.count(I)) in convertClassToDFSOrdered()
3692 InstructionsToErase.insert(I); in markInstructionForDeletion()
3872 InstructionsToErase.count(cast<Instruction>(M))) && in eliminateInstructions()
4014 if (InstructionsToErase.count(InstUse)) { in eliminateInstructions()
4077 !InstructionsToErase.count(cast<Instruction>(Member))) in eliminateInstructions()