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

References

lib/Transforms/Utils/Local.cpp
  627     if (!WorkList.count(I))
  628       MadeChange |= simplifyAndDCEInstruction(I, WorkList, DL, TLI);
  631   while (!WorkList.empty()) {
  632     Instruction *I = WorkList.pop_back_val();
  633     MadeChange |= simplifyAndDCEInstruction(I, WorkList, DL, TLI);