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

/freebsd-11.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h332 bool callsGCLeafFunction(ImmutableCallSite CS);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp196 if (callsGCLeafFunction(CS))
H A DRewriteStatepointsForGC.cpp2597 return !callsGCLeafFunction(CS);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp1579 bool llvm::callsGCLeafFunction(ImmutableCallSite CS) { function in class:llvm

Completed in 53 milliseconds