reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/GlobalsModRef.cpp
  948     : AAResultBase(std::move(Arg)), DL(Arg.DL), GetTLI(std::move(Arg.GetTLI)),
  948     : AAResultBase(std::move(Arg)), DL(Arg.DL), GetTLI(std::move(Arg.GetTLI)),
  948     : AAResultBase(std::move(Arg)), DL(Arg.DL), GetTLI(std::move(Arg.GetTLI)),
  949       NonAddressTakenGlobals(std::move(Arg.NonAddressTakenGlobals)),
  950       IndirectGlobals(std::move(Arg.IndirectGlobals)),
  951       AllocsForIndirectGlobals(std::move(Arg.AllocsForIndirectGlobals)),
  952       FunctionInfos(std::move(Arg.FunctionInfos)),
  953       Handles(std::move(Arg.Handles)) {
  956     assert(H.GAR == &Arg);