Home | History | Annotate | Download | only in Analysis

Lines Matching full:sets

1 //===- AliasSetTracker.cpp - Alias Sets Tracker implementation-------------===//
41 // Check that these two merged sets really are must aliases. Since both
42 // used to be must-alias sets, we can just check any pointer from each set
206 // The alias sets should all be clear now.
212 /// instruction referring to the pointer into. If there are multiple alias sets
225 } else { // Otherwise, we must merge the sets.
235 /// alias sets.
259 else if (!Cur->Forward) // Otherwise, we must merge the sets.
383 // Loop over all of the alias sets in AST, adding the pointers contained
384 // therein into the current alias sets. This can cause alias sets to be
387 if (I->Forward) continue; // Ignore forwarding alias sets
514 // Scan all the alias sets to see if this call site is contained.
603 OS << "Alias Set Tracker: " << AliasSets.size() << " alias sets for "
669 INITIALIZE_PASS_BEGIN(AliasSetPrinter, "print-alias-sets",
672 INITIALIZE_PASS_END(AliasSetPrinter, "print-alias-sets",