Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLocal.h331 bool callsGCLeafFunction(ImmutableCallSite CS);
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp196 if (callsGCLeafFunction(CS)) in needsStatepoint()
DRewriteStatepointsForGC.cpp2603 return !callsGCLeafFunction(CS); in runOnFunction()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1508 bool llvm::callsGCLeafFunction(ImmutableCallSite CS) { in callsGCLeafFunction() function in llvm