Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DModuleInliner.cpp99 static bool isKnownLibFunction(Function &F, TargetLibraryInfo &TLI) { in isKnownLibFunction() function
294 if (Callee.use_empty() && !isKnownLibFunction(Callee, GetTLI(Callee))) { in run()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyCallGraph.cpp149 static bool isKnownLibFunction(Function &F, TargetLibraryInfo &TLI) { in isKnownLibFunction() function
169 if (isKnownLibFunction(F, GetTLI(F))) in LazyCallGraph()