Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1630 const AttributeList &CSAS = Call->getAttributes(); in getDeoptLowering() local
1631 if (CSAS.hasFnAttr(DeoptLowering)) in getDeoptLowering()
1632 return CSAS.getFnAttr(DeoptLowering).getValueAsString(); in getDeoptLowering()