Home
last modified time | relevance | path

Searched refs:pass_desc (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dgraph_visualizer.cc290 std::string pass_desc = std::string(pass_name_) + (is_after_pass_ ? " (after)" : " (before)"); in Run() local
291 PrintProperty("name", pass_desc.c_str()); in Run()