Searched refs:callsGCLeafFunction (Results 1 – 4 of 4) sorted by relevance
437 bool callsGCLeafFunction(ImmutableCallSite CS, const TargetLibraryInfo &TLI);
186 if (callsGCLeafFunction(CS, TLI)) in needsStatepoint()
2530 return !callsGCLeafFunction(CS, TLI) && !isStatepoint(CS); in runOnFunction()
2453 bool llvm::callsGCLeafFunction(ImmutableCallSite CS, in callsGCLeafFunction() function in llvm