Searched refs:DumpCFG (Results 1 – 4 of 4) sorted by relevance
136 c_unit->mir_graph->DumpCFG(prefix.c_str(), false); in RunPass()
645 void DumpCFG(const char* dir_prefix, bool all_blocks, const char* suffix = nullptr);
842 DumpCFG("/sdcard/1_post_parse_cfg/", true); in InlineMethod()874 void MIRGraph::DumpCFG(const char* dir_prefix, bool all_blocks, const char *suffix) { in DumpCFG() function in art::MIRGraph
1381 DumpCFG("/sdcard/cfg/", false); in VerifyPredInfo()