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.cpp990 for (auto *LibFn : G.getLibFunctions()) in updateCGAndAnalysisManagerForPass() local
993 if (!Visited.count(LibFn)) in updateCGAndAnalysisManagerForPass()
994 VisitRef(*LibFn); in updateCGAndAnalysisManagerForPass()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2061 LibFunc LibFn; in replacePowWithExp() local
2064 if (CalleeFn && TLI->getLibFunc(CalleeFn->getName(), LibFn) && in replacePowWithExp()
2065 isLibFuncEmittable(M, TLI, LibFn)) { in replacePowWithExp()
2071 switch (LibFn) { in replacePowWithExp()