Lines Matching full:forward
32 assert(!AS.Forward && "Alias set is already forwarding!");
33 assert(!Forward && "This set is a forwarding set!!");
67 AS.Forward = this; // Forward across AS now...
83 if (AliasSet *Fwd = AS->Forward) {
85 AS->Forward = 0;
222 if (I->Forward || !I->aliasesPointer(Ptr, Size, TBAAInfo, AA)) continue;
240 if (!I->Forward && I->aliasesPointer(Ptr, Size, TBAAInfo, AA))
250 if (I->Forward || !I->aliasesCallSite(CS, AA))
255 else if (!I->Forward) // Otherwise, we must merge the sets.
373 if (I->Forward) continue; // Ignore forwarding alias sets
495 if (I->Forward) continue;
562 if (Forward)
563 OS << " forwarding to " << (void*)Forward;