Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp2075 auto &TLIWP = getAnalysis<TargetLibraryInfoWrapperPass>(); in runOnFunction() local
2081 TLIWP.getTLI(F), ACT.getAssumptionCache(F), in runOnFunction()
DInstructionSimplify.cpp5599 auto *TLIWP = P.getAnalysisIfAvailable<TargetLibraryInfoWrapperPass>(); in getBestSimplifyQuery() local
5600 auto *TLI = TLIWP ? &TLIWP->getTLI(F) : nullptr; in getBestSimplifyQuery()