Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp1004 for (auto *LibFn : G.getLibFunctions()) in updateCGAndAnalysisManagerForPass() local
1007 if (!Visited.count(LibFn)) in updateCGAndAnalysisManagerForPass()
1008 VisitRef(*LibFn); in updateCGAndAnalysisManagerForPass()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1770 LibFunc LibFn; in replacePowWithExp() local
1774 TLI->getLibFunc(CalleeFn->getName(), LibFn) && in replacePowWithExp()
1775 isLibFuncEmittable(M, TLI, LibFn)) { in replacePowWithExp()
1781 switch (LibFn) { in replacePowWithExp()