Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1627 const char *DeoptLowering = "deopt-lowering"; in getDeoptLowering() local
1628 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() local
1688 if (DeoptLowering == "live-in") in makeStatepointExplicitImpl()
1691 assert(DeoptLowering == "live-through" && "Unsupported value!"); in makeStatepointExplicitImpl()