Searched refs:BundleTags (Results 1 – 1 of 1) sorted by relevance
565 std::vector<std::string> BundleTags; member in __anon8c0d27130411::BitcodeReader1964 if (!BundleTags.empty()) in parseOperandBundleTags()1995 BundleTags.emplace_back(); in parseOperandBundleTags()1996 if (convertToString(Record, 0, BundleTags.back())) in parseOperandBundleTags()5418 if (Record.empty() || Record[0] >= BundleTags.size()) in parseFunctionBody()5431 OperandBundles.emplace_back(BundleTags[Record[0]], std::move(Inputs)); in parseFunctionBody()