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.cpp3099 SmallVector<OperandBundleDef, 4> OperandBundleDefs; in rewriteFunctionSignatures() local
3100 OldCB->getOperandBundlesAsDefs(OperandBundleDefs); in rewriteFunctionSignatures()
3107 OperandBundleDefs, "", OldCB->getIterator()); in rewriteFunctionSignatures()
3109 auto *NewCI = CallInst::Create(NewFn, NewArgOperands, OperandBundleDefs, in rewriteFunctionSignatures()