Searched refs:OpDefs (Results 1 – 1 of 1) sorted by relevance
1538 SmallVector<OperandBundleDef, 2> OpDefs; in InlineFunction() local1544 OpDefs.clear(); in InlineFunction()1547 OpDefs.reserve(ICS.getNumOperandBundles()); in InlineFunction()1553 OpDefs.emplace_back(ChildOB); in InlineFunction()1571 OpDefs.emplace_back("deopt", std::move(MergedDeoptArgs)); in InlineFunction()1576 NewI = CallInst::Create(cast<CallInst>(I), OpDefs, I); in InlineFunction()1578 NewI = InvokeInst::Create(cast<InvokeInst>(I), OpDefs, I); in InlineFunction()