Searched refs:DeoptBundle (Results 1 – 3 of 3) sorted by relevance
1128 auto DeoptBundle = *Call->getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl() local1137 ArrayRef<const Use>(DeoptBundle.Inputs.begin(), DeoptBundle.Inputs.end()); in LowerCallSiteWithDeoptBundleImpl()
600 if (auto DeoptBundle = CB.getOperandBundle(LLVMContext::OB_deopt)) { in processCallSite() local601 for (const Use &ConstU : DeoptBundle->Inputs) { in processCallSite()
289 Optional<OperandBundleUse> DeoptBundle = in GetDeoptBundleOperands() local292 if (!DeoptBundle.hasValue()) { in GetDeoptBundleOperands()298 return DeoptBundle.getValue().Inputs; in GetDeoptBundleOperands()