Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp982 for (auto *LibFn : G.getLibFunctions()) in updateCGAndAnalysisManagerForPass() local
985 if (!Visited.count(LibFn)) in updateCGAndAnalysisManagerForPass()
986 VisitRef(*LibFn); in updateCGAndAnalysisManagerForPass()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1992 LibFunc LibFn; in replacePowWithExp() local
1995 if (CalleeFn && TLI->getLibFunc(CalleeFn->getName(), LibFn) && in replacePowWithExp()
1996 isLibFuncEmittable(M, TLI, LibFn)) { in replacePowWithExp()
2002 switch (LibFn) { in replacePowWithExp()