Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1601 const AttributeList &CSAS = Call->getAttributes(); in getDeoptLowering() local
1602 if (CSAS.hasFnAttr(DeoptLowering)) in getDeoptLowering()
1603 return CSAS.getFnAttr(DeoptLowering).getValueAsString(); in getDeoptLowering()