Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h437 bool callsGCLeafFunction(ImmutableCallSite CS, const TargetLibraryInfo &TLI);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp186 if (callsGCLeafFunction(CS, TLI)) in needsStatepoint()
H A DRewriteStatepointsForGC.cpp2530 return !callsGCLeafFunction(CS, TLI) && !isStatepoint(CS); in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp2453 bool llvm::callsGCLeafFunction(ImmutableCallSite CS, in callsGCLeafFunction() function in llvm