Home
last modified time | relevance | path

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

/art/compiler/dex/
Dpost_opt_passes.h124 c_unit->mir_graph->VerifyDataflow(); in End()
Dbb_optimizations.h131 c_unit->mir_graph->VerifyDataflow(); in Start()
Dmir_graph.h921 void VerifyDataflow();
Dmir_dataflow.cc1389 void MIRGraph::VerifyDataflow() { in VerifyDataflow() function in art::MIRGraph
Dmir_graph.cc1530 VerifyDataflow(); in SSATransformationEnd()