Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp675 std::vector<std::string> BundleTags; member in __anoncc7157100411::BitcodeReader
2596 if (!BundleTags.empty()) in parseOperandBundleTags()
2627 BundleTags.emplace_back(); in parseOperandBundleTags()
2628 if (convertToString(Record, 0, BundleTags.back())) in parseOperandBundleTags()
6480 if (Record.empty() || Record[0] >= BundleTags.size()) in parseFunctionBody()
6494 OperandBundles.emplace_back(BundleTags[Record[0]], std::move(Inputs)); in parseFunctionBody()