Searched refs:LibFn (Results 1 – 2 of 2) sorted by relevance
1015 for (auto *LibFn : G.getLibFunctions()) in updateCGAndAnalysisManagerForPass() local1018 if (!Visited.count(LibFn)) in updateCGAndAnalysisManagerForPass()1019 VisitRef(*LibFn); in updateCGAndAnalysisManagerForPass()
1480 LibFunc LibFn; in replacePowWithExp() local1484 TLI->getLibFunc(CalleeFn->getName(), LibFn) && TLI->has(LibFn)) { in replacePowWithExp()1490 switch (LibFn) { in replacePowWithExp()