Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h444 bool callsGCLeafFunction(const CallBase *Call, const TargetLibraryInfo &TLI);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp390 if (callsGCLeafFunction(Call, TLI)) in needsStatepoint()
H A DRewriteStatepointsForGC.cpp3037 if (callsGCLeafFunction(Call, TLI)) in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3449 bool llvm::callsGCLeafFunction(const CallBase *Call, in callsGCLeafFunction() function in llvm