Searched refs:LegacyAARGetter (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h261 class LegacyAARGetter { class in namespace:llvm
267 LegacyAARGetter(Pass &P) : P(P) {} function in class:llvm::LegacyAARGetter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp513 writeThinLTOBitcode(OS, ThinLinkOS, LegacyAARGetter(*this), M, Index);
H A DInliner.cpp770 [this](CallSite CS) { return getInlineCost(CS); }, LegacyAARGetter(*this),
H A DArgumentPromotion.cpp1125 LegacyAARGetter AARGetter(*this);
H A DWholeProgramDevirt.cpp654 return DevirtModule::runForTesting(M, LegacyAARGetter(*this), OREGetter,
657 return DevirtModule(M, LegacyAARGetter(*this), OREGetter, LookupDomTree,
H A DFunctionAttrs.cpp1519 return runImpl(SCC, LegacyAARGetter(*this));

Completed in 75 milliseconds