Home
last modified time | relevance | path

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

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