Home
last modified time | relevance | path

Searched refs:TLIWP (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DSampleProfile.cpp490 return TLIWP->getTLI(F); in __anon8debe3300402()
516 TargetLibraryInfoWrapperPass *TLIWP = nullptr; member in __anon8debe3300111::SampleProfileLoaderLegacyPass
1907 TLIWP = &getAnalysis<TargetLibraryInfoWrapperPass>(); in runOnModule()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1823 auto &TLIWP = getAnalysis<TargetLibraryInfoWrapperPass>(); in runOnFunction() local
1828 TLIWP.getTLI(F), ACT.getAssumptionCache(F), in runOnFunction()
DInstructionSimplify.cpp6335 auto *TLIWP = P.getAnalysisIfAvailable<TargetLibraryInfoWrapperPass>(); in getBestSimplifyQuery() local
6336 auto *TLI = TLIWP ? &TLIWP->getTLI(F) : nullptr; in getBestSimplifyQuery()