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;
221 if (I->Forward || !I->aliasesPointer(Ptr, Size, TBAAInfo, AA)) continue;
239 if (!I->Forward && I->aliasesPointer(Ptr, Size, TBAAInfo, AA))
249 if (I->Forward || !I->aliasesUnknownInst(Inst, AA))
254 else if (!I->Forward) // Otherwise, we must merge the sets.
374 if (I->Forward) continue; // Ignore forwarding alias sets
494 if (I->Forward) continue;
561 if (Forward)
562 OS << " forwarding to " << (void*)Forward;