Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp451 const auto &FunctionGCName = F.getGC(); in shouldRewriteFunction() local
454 return (StatepointExampleName == FunctionGCName) || in shouldRewriteFunction()
455 (CoreCLRName == FunctionGCName); in shouldRewriteFunction()
H A DRewriteStatepointsForGC.cpp3034 const auto &FunctionGCName = F.getGC(); in shouldRewriteStatepointsIn() local
3037 return (StatepointExampleName == FunctionGCName) || in shouldRewriteStatepointsIn()
3038 (CoreCLRName == FunctionGCName); in shouldRewriteStatepointsIn()