Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp523 std::vector<std::string> BundleTags; member in __anond7564fed0411::BitcodeReader
1781 if (!BundleTags.empty()) in parseOperandBundleTags()
1806 BundleTags.emplace_back(); in parseOperandBundleTags()
1807 if (convertToString(Record, 0, BundleTags.back())) in parseOperandBundleTags()
4652 if (Record.size() < 1 || Record[0] >= BundleTags.size()) in parseFunctionBody()
4665 OperandBundles.emplace_back(BundleTags[Record[0]], std::move(Inputs)); in parseFunctionBody()