Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp565 std::vector<std::string> BundleTags; member in __anonba06ddfc0411::BitcodeReader
1937 if (!BundleTags.empty()) in parseOperandBundleTags()
1968 BundleTags.emplace_back(); in parseOperandBundleTags()
1969 if (convertToString(Record, 0, BundleTags.back())) in parseOperandBundleTags()
5364 if (Record.empty() || Record[0] >= BundleTags.size()) in parseFunctionBody()
5377 OperandBundles.emplace_back(BundleTags[Record[0]], std::move(Inputs)); in parseFunctionBody()