Home
last modified time | relevance | path

Searched refs:callsGCLeafFunction (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DLocal.h337 bool callsGCLeafFunction(ImmutableCallSite CS);
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp180 if (callsGCLeafFunction(CS)) in needsStatepoint()
DRewriteStatepointsForGC.cpp2298 return !callsGCLeafFunction(CS) && !isStatepoint(CS); in runOnFunction()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1689 bool llvm::callsGCLeafFunction(ImmutableCallSite CS) { in callsGCLeafFunction() function in llvm