Home
last modified time | relevance | path

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

/art/compiler/dex/
Dpass_driver_me_opts.cc71 c_unit->mir_graph.get()->CalculateBasicBlockInformation(post_opt_pass_manager_); in ApplyPass()
Dmir_graph.h1237 void CalculateBasicBlockInformation(const PassManager* const post_opt);
Dmir_graph.cc2480 void MIRGraph::CalculateBasicBlockInformation(const PassManager* const post_opt_pass_manager) { in CalculateBasicBlockInformation() function in art::MIRGraph