Searched refs:callees_ (Results 1 – 2 of 2) sorted by relevance
111 const std::vector<HloComputation*>& callees() const { return callees_; } in callees()155 std::vector<HloComputation*> callees_; variable
122 callees_.push_back(callee); in AddCallSiteForInstruction()