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;
223 if (I->Forward || !I->aliasesPointer(Ptr, Size, TBAAInfo, AA)) continue;
241 if (!I->Forward && I->aliasesPointer(Ptr, Size, TBAAInfo, AA))
251 if (I->Forward || !I->aliasesUnknownInst(Inst, AA))
256 else if (!I->Forward) // Otherwise, we must merge the sets.
376 if (I->Forward) continue; // Ignore forwarding alias sets
496 if (I->Forward) continue;
563 if (Forward)
564 OS << " forwarding to " << (void*)Forward;