Searched refs:FunctionGCName (Results 1 – 2 of 2) sorted by relevance
452 const auto &FunctionGCName = F.getGC(); in shouldRewriteFunction() local455 return (StatepointExampleName == FunctionGCName) || in shouldRewriteFunction()456 (CoreCLRName == FunctionGCName); in shouldRewriteFunction()
2500 const auto &FunctionGCName = F.getGC(); in shouldRewriteStatepointsIn() local2503 return (StatepointExampleName == FunctionGCName) || in shouldRewriteStatepointsIn()2504 (CoreCLRName == FunctionGCName); in shouldRewriteStatepointsIn()