reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
118 if (AS->Forward) { 215 bool isForwardingAliasSet() const { return Forward; } 285 if (!Forward) return this; 287 AliasSet *Dest = Forward->getForwardedTarget(AST); 288 if (Dest != Forward) { 290 Forward->dropRef(AST); 291 Forward = Dest;lib/Analysis/AliasSetTracker.cpp
53 assert(!AS.Forward && "Alias set is already forwarding!"); 54 assert(!Forward && "This set is a forwarding set!!"); 94 AS.Forward = this; // Forward across AS now... 114 if (AliasSet *Fwd = AS->Forward) { 116 AS->Forward = nullptr; 312 if (Cur->Forward) 339 if (Cur->Forward || !Cur->aliasesUnknownInst(Inst, AA)) 528 if (AS.Forward) 626 AliasSet *FwdTo = Cur->Forward; 628 Cur->Forward = AliasAnyAS; 669 if (Forward) 670 OS << " forwarding to " << (void*)Forward;