Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1981 SmallVector<OperandBundleDef, 2> OpDefs; in InlineFunction() local
1988 OpDefs.clear(); in InlineFunction()
1990 OpDefs.reserve(ICS->getNumOperandBundles()); in InlineFunction()
1997 OpDefs.emplace_back(ChildOB); in InlineFunction()
2012 OpDefs.emplace_back("deopt", std::move(MergedDeoptArgs)); in InlineFunction()
2015 Instruction *NewI = CallBase::Create(ICS, OpDefs, ICS); in InlineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp271 SmallVector<OperandBundleDef, 2> OpDefs; in Create() local
275 OpDefs.emplace_back(ChildOB); in Create()
277 OpDefs.emplace_back(OpB); in Create()
278 return CallBase::Create(CI, OpDefs, InsertPt); in Create()