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

References

lib/Target/Hexagon/HexagonConstPropagation.cpp
  733     InstrExec.insert(&MI);
  790     if (!InstrExec.count(&MI))
  822     if (!InstrExec.count(&MI))
  894       InstrExec.insert(&*It);
  906     if (It != End && InstrExec.count(&*It))
  912         InstrExec.insert(&*It);
  986       if (InstrExec.count(&MI)) {
 1037       if (I->isBranch() && !InstrExec.count(&*I))
 1054   InstrExec.clear();