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