Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1152 auto DeoptBundle = *Call->getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl() local
1161 ArrayRef<const Use>(DeoptBundle.Inputs.begin(), DeoptBundle.Inputs.end()); in LowerCallSiteWithDeoptBundleImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp687 if (auto DeoptBundle = CB.getOperandBundle(LLVMContext::OB_deopt)) { in processCallSite() local
688 for (const Use &ConstU : DeoptBundle->Inputs) { in processCallSite()
H A DRewriteStatepointsForGC.cpp233 std::optional<OperandBundleUse> DeoptBundle = in GetDeoptBundleOperands() local
236 if (!DeoptBundle) { in GetDeoptBundleOperands()
242 return DeoptBundle->Inputs; in GetDeoptBundleOperands()