Searched refs:BundleTags (Results 1 – 1 of 1) sorted by relevance
523 std::vector<std::string> BundleTags; member in __anond7564fed0411::BitcodeReader1781 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()