Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1978 SmallVector<OperandBundleDef, 2> OpDefs; in InlineFunction() local
1985 OpDefs.clear(); in InlineFunction()
1987 OpDefs.reserve(ICS->getNumOperandBundles()); in InlineFunction()
1994 OpDefs.emplace_back(ChildOB); in InlineFunction()
2009 OpDefs.emplace_back("deopt", std::move(MergedDeoptArgs)); in InlineFunction()
2012 Instruction *NewI = CallBase::Create(ICS, OpDefs, ICS); in InlineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp267 SmallVector<OperandBundleDef, 2> OpDefs; in Create() local
271 OpDefs.emplace_back(ChildOB); in Create()
273 OpDefs.emplace_back(OpB); in Create()
274 return CallBase::Create(CI, OpDefs, InsertPt); in Create()