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

References

lib/Analysis/GlobalsModRef.cpp
  511     for (unsigned i = 0, e = SCC.size(); i != e && !KnowNothing; ++i) {
  513         KnowNothing = true;
  531           KnowNothing = !F->isIntrinsic();
  537            CI != E && !KnowNothing; ++CI)
  547               KnowNothing = true;
  550           KnowNothing = true;
  556     if (KnowNothing) {