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

References

lib/Analysis/BasicAliasAnalysis.cpp
  659   Worklist.push_back(Loc.Ptr);
  661     const Value *V = GetUnderlyingObject(Worklist.pop_back_val(), DL);
  685       Worklist.push_back(SI->getTrueValue());
  686       Worklist.push_back(SI->getFalseValue());
  699         Worklist.push_back(IncValue);
  706   } while (!Worklist.empty() && --MaxLookup);
  709   return Worklist.empty();