Searched refs:index_usage_count_ (Results 1 – 2 of 2) sorted by relevance
32 index_usage_count_[fusion] = root_usage_count; in FusionNodeIndexingEvaluation()91 for (const auto& entry : index_usage_count_) { in MaxCodeDuplicationTooHigh()105 total += index_usage_count_.at(user); in EvaluateEmittedInstructions()125 CHECK(!index_usage_count_.contains(fusion_operand)); in RemoveFusionOperand()146 total += index_usage_count_.at(user); in UpdateIndexUsageCount()148 CHECK(index_usage_count_.emplace(instruction, total).second); in UpdateIndexUsageCount()
88 absl::flat_hash_map<const HloInstruction*, int64_t> index_usage_count_; variable