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