Searched refs:callsGCLeafFunction (Results 1 – 4 of 4) sorted by relevance
469 bool callsGCLeafFunction(const CallBase *Call, const TargetLibraryInfo &TLI);
185 if (callsGCLeafFunction(Call, TLI)) in needsStatepoint()
2526 return !callsGCLeafFunction(Call, TLI) && !isStatepoint(Call); in runOnFunction()
2532 bool llvm::callsGCLeafFunction(const CallBase *Call, in callsGCLeafFunction() function in llvm