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