Searched refs:DeoptLowering (Results 1 – 1 of 1) sorted by relevance
1597 const char *DeoptLowering = "deopt-lowering"; in getDeoptLowering() local1598 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() local1656 if (DeoptLowering.equals("live-in")) in makeStatepointExplicitImpl()1659 assert(DeoptLowering.equals("live-through") && "Unsupported value!"); in makeStatepointExplicitImpl()