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