Searched refs:LibFn (Results 1 – 2 of 2) sorted by relevance
989 for (auto *LibFn : G.getLibFunctions()) in updateCGAndAnalysisManagerForPass() local992 if (!Visited.count(LibFn)) in updateCGAndAnalysisManagerForPass()993 VisitRef(*LibFn); in updateCGAndAnalysisManagerForPass()
1882 LibFunc LibFn; in replacePowWithExp() local1885 if (CalleeFn && TLI->getLibFunc(CalleeFn->getName(), LibFn) && in replacePowWithExp()1886 isLibFuncEmittable(M, TLI, LibFn)) { in replacePowWithExp()1892 switch (LibFn) { in replacePowWithExp()