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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1145 auto DeoptBundle = *Call->getOperandBundle(LLVMContext::OB_deopt); local
1154 ArrayRef<const Use>(DeoptBundle.Inputs.begin(), DeoptBundle.Inputs.end());
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp650 if (auto DeoptBundle = CB.getOperandBundle(LLVMContext::OB_deopt)) {
651 for (const Use &ConstU : DeoptBundle->Inputs) {
H A DRewriteStatepointsForGC.cpp300 std::optional<OperandBundleUse> DeoptBundle = local
303 if (!DeoptBundle) {
309 return DeoptBundle->Inputs;

Completed in 138 milliseconds