Searched refs:callsite_instructions_ (Results 1 – 2 of 2) sorted by relevance
91 auto it = callsite_instructions_.find(instruction); in GetCallSite()92 if (it == callsite_instructions_.end()) { in GetCallSite()115 callsite_instructions_.insert({instruction, callsites_.size()}); in AddCallSiteForInstruction()
168 absl::flat_hash_map<const HloInstruction*, int64> callsite_instructions_; variable