Searched refs:FVTotalComputer (Results 1 – 2 of 2) sorted by relevance
201 class FVTotalComputer final : public DepComputer {203 explicit FVTotalComputer(const FuncGraphManager *m) : DepComputer(m) {} in FVTotalComputer() function204 ~FVTotalComputer() override = default;369 std::shared_ptr<FVTotalComputer> free_variables_total_;
224 free_variables_total_ = std::make_shared<FVTotalComputer>(this); in Reset()939 void FVTotalComputer::RealRecompute() { in RealRecompute()