Home | History | Annotate | Download | only in Analysis

Lines Matching full:sets

1 //===- AliasSetTracker.cpp - Alias Sets Tracker implementation-------------===//
40 // Check that these two merged sets really are must aliases. Since both
41 // used to be must-alias sets, we can just check any pointer from each set
215 // The alias sets should all be clear now.
221 /// instruction referring to the pointer into. If there are multiple alias sets
234 } else { // Otherwise, we must merge the sets.
244 /// alias sets.
268 else if (!Cur->Forward) // Otherwise, we must merge the sets.
390 // Loop over all of the alias sets in AST, adding the pointers contained
391 // therein into the current alias sets. This can cause alias sets to be
394 if (I->Forward) continue; // Ignore forwarding alias sets
522 // Scan all the alias sets to see if this call site is contained.
614 OS << "Alias Set Tracker: " << AliasSets.size() << " alias sets for "
679 INITIALIZE_PASS_BEGIN(AliasSetPrinter, "print-alias-sets",
682 INITIALIZE_PASS_END(AliasSetPrinter, "print-alias-sets",