Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp245 auto *TLIP = getAnalysisIfAvailable<TargetLibraryInfoWrapperPass>(); in runOnFunction() local
246 auto *TLI = TLIP ? &TLIP->getTLI(F) : nullptr; in runOnFunction()