Searched refs:OperandBundles (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3800 std::vector<OperandBundleDef> OperandBundles; local
4606 OperandBundles);
4608 OperandBundles.clear();
4693 OperandBundles);
4695 OperandBundles.clear();
5160 I = CallInst::Create(FTy, Callee, Args, OperandBundles);
5162 OperandBundles.clear();
5201 // OperandBundles and consumed at the next call or invoke instruction.
5216 OperandBundles.emplace_back(BundleTags[Record[0]], std::move(Inputs));
5240 if (!OperandBundles
[all...]

Completed in 49 milliseconds