Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLocal.h405 bool callsGCLeafFunction(const CallBase *Call, const TargetLibraryInfo &TLI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp185 if (callsGCLeafFunction(Call, TLI)) in needsStatepoint()
H A DRewriteStatepointsForGC.cpp2755 if (callsGCLeafFunction(Call, TLI)) in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp2705 bool llvm::callsGCLeafFunction(const CallBase *Call, in callsGCLeafFunction() function in llvm