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

References

lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp
  118   switch (AA->alias(A, B)) {
  129   bool BIsIdentified = IsObjCIdentifiedObject(B);
  134     if (isa<LoadInst>(B))
  139         return IsStoredObjCPointer(B);
  146       return IsStoredObjCPointer(B);
  151     return relatedPHI(PN, B);
  152   if (const PHINode *PN = dyn_cast<PHINode>(B))
  155     return relatedSelect(S, B);
  156   if (const SelectInst *S = dyn_cast<SelectInst>(B))