reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/NewGVN.cpp
 2964   InstructionsToErase.clear();
 3472   for (Instruction *ToErase : InstructionsToErase) {
 3480   Changed |= !InstructionsToErase.empty();
 3609         if (InstructionsToErase.count(I))
 3708   InstructionsToErase.insert(I);
 3888                 InstructionsToErase.count(cast<Instruction>(M))) &&
 4030           if (InstructionsToErase.count(InstUse)) {
 4093           !InstructionsToErase.count(cast<Instruction>(Member)))