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.h491 LLVM_ABI bool callsGCLeafFunction(const CallBase *Call,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp388 if (callsGCLeafFunction(Call, TLI)) in needsStatepoint()
H A DRewriteStatepointsForGC.cpp3046 if (callsGCLeafFunction(Call, TLI)) in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3621 bool llvm::callsGCLeafFunction(const CallBase *Call, in callsGCLeafFunction() function in llvm