Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLocal.h337 bool callsGCLeafFunction(ImmutableCallSite CS);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLocal.h417 bool callsGCLeafFunction(ImmutableCallSite CS, const TargetLibraryInfo &TLI);
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp180 if (callsGCLeafFunction(CS)) in needsStatepoint()
DRewriteStatepointsForGC.cpp2298 return !callsGCLeafFunction(CS) && !isStatepoint(CS); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp186 if (callsGCLeafFunction(CS, TLI)) in needsStatepoint()
DRewriteStatepointsForGC.cpp2529 return !callsGCLeafFunction(CS, TLI) && !isStatepoint(CS); in runOnFunction()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1689 bool llvm::callsGCLeafFunction(ImmutableCallSite CS) { in callsGCLeafFunction() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp2388 bool llvm::callsGCLeafFunction(ImmutableCallSite CS, in callsGCLeafFunction() function in llvm