Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1174 auto DeoptBundle = *Call->getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl() local
1183 ArrayRef<const Use>(DeoptBundle.Inputs.begin(), DeoptBundle.Inputs.end()); in LowerCallSiteWithDeoptBundleImpl()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp650 if (auto DeoptBundle = CB.getOperandBundle(LLVMContext::OB_deopt)) { in processCallSite() local
651 for (const Use &ConstU : DeoptBundle->Inputs) { in processCallSite()
H A DRewriteStatepointsForGC.cpp298 Optional<OperandBundleUse> DeoptBundle = in GetDeoptBundleOperands() local
301 if (!DeoptBundle) { in GetDeoptBundleOperands()
307 return DeoptBundle->Inputs; in GetDeoptBundleOperands()