Searched refs:isKnownLibFunction (Results 1 – 2 of 2) sorted by relevance
101 static bool isKnownLibFunction(Function &F, TargetLibraryInfo &TLI) { in isKnownLibFunction() function283 if (Callee.use_empty() && !isKnownLibFunction(Callee, GetTLI(Callee))) { in run()
146 static bool isKnownLibFunction(Function &F, TargetLibraryInfo &TLI) { in isKnownLibFunction() function166 if (isKnownLibFunction(F, GetTLI(F))) in LazyCallGraph()