Searched refs:pass_names_ (Results 1 – 1 of 1) sorted by relevance
112 pass_names_.push_back(name); in Init()162 CurPass_ = {counter, pass_names_[i]};196 use_profile ? (WITH(MsProfile::GetProfile()->Step(pass_names_[i])) opt_func) : opt_func();201 …ubstep_" + name_ + "_r" + std::to_string(counter) + "_" + std::to_string(i) + "_" + pass_names_[i];202 …(DEBUG) << "The opt " << name_ << " round " << counter << " OptPass " << pass_names_[i] << " end.";208 MS_LOG(DEBUG) << "Dump " << pass_names_[i] << " func graph.";254 std::vector<std::string> pass_names_; variable