Searched refs:TLIP (Results 1 – 1 of 1) sorted by relevance
245 auto *TLIP = getAnalysisIfAvailable<TargetLibraryInfoWrapperPass>(); in runOnFunction() local246 auto *TLI = TLIP ? &TLIP->getTLI(F) : nullptr; in runOnFunction()