Home
last modified time | relevance | path

Searched refs:FunctionGCName (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp450 const auto &FunctionGCName = F.getGC(); in shouldRewriteFunction() local
453 return (StatepointExampleName == FunctionGCName) || in shouldRewriteFunction()
454 (CoreCLRName == FunctionGCName); in shouldRewriteFunction()
H A DRewriteStatepointsForGC.cpp2723 const auto &FunctionGCName = F.getGC(); in shouldRewriteStatepointsIn() local
2726 return (StatepointExampleName == FunctionGCName) || in shouldRewriteStatepointsIn()
2727 (CoreCLRName == FunctionGCName); in shouldRewriteStatepointsIn()