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

References

lib/Transforms/IPO/CalledValuePropagation.cpp
  157     std::set_union(X.getFunctions().begin(), X.getFunctions().end(),
  157     std::set_union(X.getFunctions().begin(), X.getFunctions().end(),
  158                    Y.getFunctions().begin(), Y.getFunctions().end(),
  158                    Y.getFunctions().begin(), Y.getFunctions().end(),
  393     if (!LV.isFunctionSet() || LV.getFunctions().empty())
  395     MDNode *Callees = MDB.createCallees(LV.getFunctions());