Searched refs:FuncGraphsUsedTotalComputer (Results 1 – 2 of 2) sorted by relevance
218 class FuncGraphsUsedTotalComputer final : public DepComputer {220 explicit FuncGraphsUsedTotalComputer(const FuncGraphManager *m) : DepComputer(m) {} in FuncGraphsUsedTotalComputer() function221 ~FuncGraphsUsedTotalComputer() override = default;370 std::shared_ptr<FuncGraphsUsedTotalComputer> func_graphs_used_total_;
225 func_graphs_used_total_ = std::make_shared<FuncGraphsUsedTotalComputer>(this); in Reset()980 void FuncGraphsUsedTotalComputer::RealRecompute(FuncGraphPtr fg) { in RealRecompute()