Searched refs:FunctionGCName (Results 1 – 2 of 2) sorted by relevance
443 const auto &FunctionGCName = F.getGC(); in shouldRewriteFunction() local446 return (StatepointExampleName == FunctionGCName) || in shouldRewriteFunction()447 (CoreCLRName == FunctionGCName); in shouldRewriteFunction()
2260 const auto &FunctionGCName = F.getGC(); in shouldRewriteStatepointsIn() local2263 return (StatepointExampleName == FunctionGCName) || in shouldRewriteStatepointsIn()2264 (CoreCLRName == FunctionGCName); in shouldRewriteStatepointsIn()