Searched refs:TLIWP (Results 1 – 2 of 2) sorted by relevance
1967 auto &TLIWP = getAnalysis<TargetLibraryInfoWrapperPass>(); in runOnFunction() local1971 TLIWP.getTLI(F), ACT.getAssumptionCache(F), in runOnFunction()
7289 auto *TLIWP = P.getAnalysisIfAvailable<TargetLibraryInfoWrapperPass>(); in getBestSimplifyQuery() local7290 auto *TLI = TLIWP ? &TLIWP->getTLI(F) : nullptr; in getBestSimplifyQuery()