Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1597 const char *DeoptLowering = "deopt-lowering"; in getDeoptLowering() local
1598 if (Call->hasFnAttr(DeoptLowering)) { in getDeoptLowering()
1602 if (CSAS.hasFnAttr(DeoptLowering)) in getDeoptLowering()
1603 return CSAS.getFnAttr(DeoptLowering).getValueAsString(); in getDeoptLowering()
1605 assert(F && F->hasFnAttribute(DeoptLowering)); in getDeoptLowering()
1606 return F->getFnAttribute(DeoptLowering).getValueAsString(); in getDeoptLowering()
1655 StringRef DeoptLowering = getDeoptLowering(Call); in makeStatepointExplicitImpl() local
1656 if (DeoptLowering.equals("live-in")) in makeStatepointExplicitImpl()
1659 assert(DeoptLowering.equals("live-through") && "Unsupported value!"); in makeStatepointExplicitImpl()