Searched refs:callsGCLeafFunction (Results 1 – 4 of 4) sorted by relevance
331 bool callsGCLeafFunction(ImmutableCallSite CS);
196 if (callsGCLeafFunction(CS)) in needsStatepoint()
2603 return !callsGCLeafFunction(CS); in runOnFunction()
1508 bool llvm::callsGCLeafFunction(ImmutableCallSite CS) { in callsGCLeafFunction() function in llvm