Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3120 SmallVector<OperandBundleDef, 4> OperandBundleDefs; in rewriteFunctionSignatures() local
3121 OldCB->getOperandBundlesAsDefs(OperandBundleDefs); in rewriteFunctionSignatures()
3128 OperandBundleDefs, "", OldCB->getIterator()); in rewriteFunctionSignatures()
3130 auto *NewCI = CallInst::Create(NewFn, NewArgOperands, OperandBundleDefs, in rewriteFunctionSignatures()