Searched refs:DeoptLowering (Results 1 – 1 of 1) sorted by relevance
1627 const char *DeoptLowering = "deopt-lowering"; in getDeoptLowering() local1628 if (Call->hasFnAttr(DeoptLowering)) { in getDeoptLowering()1632 if (CSAS.hasFnAttr(DeoptLowering)) in getDeoptLowering()1633 return CSAS.getFnAttr(DeoptLowering).getValueAsString(); in getDeoptLowering()1635 assert(F && F->hasFnAttribute(DeoptLowering)); in getDeoptLowering()1636 return F->getFnAttribute(DeoptLowering).getValueAsString(); in getDeoptLowering()1687 StringRef DeoptLowering = getDeoptLowering(Call); in makeStatepointExplicitImpl() local1688 if (DeoptLowering == "live-in") in makeStatepointExplicitImpl()1691 assert(DeoptLowering == "live-through" && "Unsupported value!"); in makeStatepointExplicitImpl()