Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp147 static bool isKnownLibFunction(Function &F, TargetLibraryInfo &TLI) { in isKnownLibFunction() function
167 if (isKnownLibFunction(F, GetTLI(F))) in LazyCallGraph()