Searched refs:callee_set_ (Results 1 – 2 of 2) sorted by relevance
121 if (!ContainsKey(callee_set_, callee)) { in AddCallSiteForInstruction()123 callee_set_.insert(callee); in AddCallSiteForInstruction()
156 absl::flat_hash_set<HloComputation*> callee_set_; variable