Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLocal.h469 bool callsGCLeafFunction(const CallBase *Call, const TargetLibraryInfo &TLI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp185 if (callsGCLeafFunction(Call, TLI)) in needsStatepoint()
DRewriteStatepointsForGC.cpp2526 return !callsGCLeafFunction(Call, TLI) && !isStatepoint(Call); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2532 bool llvm::callsGCLeafFunction(const CallBase *Call, in callsGCLeafFunction() function in llvm