Searched refs:dump_pass_list (Results 1 – 1 of 1) sorted by relevance
115 const char* dump_pass_list = PassDriver<PassDriverType>::dump_pass_list_.c_str(); in RunPass() local117 if (dump_pass_list != nullptr) { in RunPass()118 bool found = strstr(dump_pass_list, pass->GetName()); in RunPass()