Searched defs:callees (Results 1 – 11 of 11) sorted by relevance
50 TVector<FunctionNode*> callees; variable
183 llvm::iterator_range<iterator> callees() { in callees() function186 llvm::iterator_range<const_iterator> callees() const { in callees() function
45 std::vector<int> callees; member
93 std::set<CreatorFunctionData *> callees; member
127 const auto& callees = call->called_computations(); in Inline() local
111 const std::vector<HloComputation*>& callees() const { return callees_; } in callees() function
142 const auto& callees = call_graph_edges_[function_id]; in ComputeInterproceduralFunctionCallDepths() local
148 exec_list callees; member in __anon7242f9480111::function
249 ArrayRef<FuncOp> callees, const PerFunctionResult& caller_res) { in runOnOperation()