Searched refs:OpDefs (Results 1 – 1 of 1) sorted by relevance
1698 SmallVector<OperandBundleDef, 2> OpDefs; in InlineFunction() local1704 OpDefs.clear(); in InlineFunction()1707 OpDefs.reserve(ICS.getNumOperandBundles()); in InlineFunction()1713 OpDefs.emplace_back(ChildOB); in InlineFunction()1731 OpDefs.emplace_back("deopt", std::move(MergedDeoptArgs)); in InlineFunction()1736 NewI = CallInst::Create(cast<CallInst>(I), OpDefs, I); in InlineFunction()1738 NewI = InvokeInst::Create(cast<InvokeInst>(I), OpDefs, I); in InlineFunction()