Searched refs:instruction_to_profile_idx_ (Results 1 – 4 of 4) sorted by relevance
79 return instruction_to_profile_idx_; in instruction_to_profile_idx()92 std::unordered_map<const HloInstruction*, int64> instruction_to_profile_idx_;
40 InsertOrDie(&instruction_to_profile_idx_, instruction, in HloProfileIndexMap()
210 instruction_to_profile_idx_); in GetProfileCounterFor()456 instruction_to_profile_idx_; variable
94 instruction_to_profile_idx_(std::move(instruction_to_profile_idx)), in IrEmitter()2780 if (instruction_to_profile_idx_.count(hlo)) { in Preprocess()