Searched refs:FunctionGCName (Results 1 – 2 of 2) sorted by relevance
450 const auto &FunctionGCName = F.getGC(); in shouldRewriteFunction() local453 return (StatepointExampleName == FunctionGCName) || in shouldRewriteFunction()454 (CoreCLRName == FunctionGCName); in shouldRewriteFunction()
2782 const auto &FunctionGCName = F.getGC(); in shouldRewriteStatepointsIn() local2785 return (StatepointExampleName == FunctionGCName) || in shouldRewriteStatepointsIn()2786 (CoreCLRName == FunctionGCName); in shouldRewriteStatepointsIn()