Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp255 auto *TTIWP = getAnalysisIfAvailable<TargetTransformInfoWrapperPass>(); in getAssumptionCache() local
256 auto *TTI = TTIWP ? &TTIWP->getTTI(F) : nullptr; in getAssumptionCache()