Searched refs:hcom_index (Results 1 – 2 of 2) sorted by relevance
153 const std::vector<std::pair<uint32_t, vector<size_t>>> &hcom_index);161 …bool IsSatisfiedHcom(const std::vector<std::pair<uint32_t, vector<size_t>>> &hcom_index, const CNo…
1507 … const std::vector<std::pair<uint32_t, vector<size_t>>> &hcom_index) { in InsertEventBetweenHcom() argument1512 if (hcom_index.empty()) { in InsertEventBetweenHcom()1515 size_t first_stream_last_index = hcom_index[0].second.back(); in InsertEventBetweenHcom()1516 size_t last_stream_first_index = hcom_index.back().second.front(); in InsertEventBetweenHcom()1522 if (!IsSatisfiedHcom(hcom_index, cur_cnode, i)) { in InsertEventBetweenHcom()1541 for (const auto &item : hcom_index) { in InsertEventBetweenHcom()1579 …ndStreamAssign::IsSatisfiedHcom(const std::vector<std::pair<uint32_t, vector<size_t>>> &hcom_index, in IsSatisfiedHcom() argument1583 for (const auto &item : hcom_index) { in IsSatisfiedHcom()