Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DCGSCCPassManager.cpp1015 for (auto *LibFn : G.getLibFunctions()) in updateCGAndAnalysisManagerForPass() local
1018 if (!Visited.count(LibFn)) in updateCGAndAnalysisManagerForPass()
1019 VisitRef(*LibFn); in updateCGAndAnalysisManagerForPass()
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1480 LibFunc LibFn; in replacePowWithExp() local
1484 TLI->getLibFunc(CalleeFn->getName(), LibFn) && TLI->has(LibFn)) { in replacePowWithExp()
1490 switch (LibFn) { in replacePowWithExp()