Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp989 for (auto *LibFn : G.getLibFunctions()) in updateCGAndAnalysisManagerForPass() local
992 if (!Visited.count(LibFn)) in updateCGAndAnalysisManagerForPass()
993 VisitRef(*LibFn); in updateCGAndAnalysisManagerForPass()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1882 LibFunc LibFn; in replacePowWithExp() local
1885 if (CalleeFn && TLI->getLibFunc(CalleeFn->getName(), LibFn) && in replacePowWithExp()
1886 isLibFuncEmittable(M, TLI, LibFn)) { in replacePowWithExp()
1892 switch (LibFn) { in replacePowWithExp()