Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp836 auto DeoptBundle = *CS.getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl() local
845 ArrayRef<const Use>(DeoptBundle.Inputs.begin(), DeoptBundle.Inputs.end()); in LowerCallSiteWithDeoptBundleImpl()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp193 Optional<OperandBundleUse> DeoptBundle = in GetDeoptBundleOperands() local
196 if (!DeoptBundle.hasValue()) { in GetDeoptBundleOperands()
202 return DeoptBundle.getValue().Inputs; in GetDeoptBundleOperands()