Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLocal.h419 bool callsGCLeafFunction(const CallBase *Call, const TargetLibraryInfo &TLI);
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp186 if (callsGCLeafFunction(Call, TLI)) in needsStatepoint()
H A DRewriteStatepointsForGC.cpp2938 if (callsGCLeafFunction(Call, TLI)) in runOnFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp2751 bool llvm::callsGCLeafFunction(const CallBase *Call, in callsGCLeafFunction() function in llvm