Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDLocal.h469 bool callsGCLeafFunction(const CallBase *Call, const TargetLibraryInfo &TLI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDPlaceSafepoints.cpp185 if (callsGCLeafFunction(Call, TLI)) in needsStatepoint()
HDRewriteStatepointsForGC.cpp2526 return !callsGCLeafFunction(Call, TLI) && !isStatepoint(Call); in runOnFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLocal.cpp2532 bool llvm::callsGCLeafFunction(const CallBase *Call, in callsGCLeafFunction() function in llvm