HomeSort by relevance Sort by last modified time
    Searched defs:mir_graph (Results 1 - 4 of 4) sorted by null

  /art/compiler/dex/
post_opt_passes.cc 53 MIRGraph *mir_graph = c_unit->mir_graph.get(); local
56 AllNodesIterator first(mir_graph);
62 AllNodesIterator second(mir_graph);
70 ChildBlockIterator child_iter(bb, mir_graph);
post_opt_passes.h 24 #include "mir_graph.h"
43 return !c_unit->mir_graph->MirSsaRepUpToDate();
63 c_unit->mir_graph->SSATransformationStart();
64 c_unit->mir_graph->CompilerInitializeSSAConversion();
105 return !c_unit->mir_graph->DfsOrdersUpToDate();
112 c_unit->mir_graph.get()->ComputeDFSOrders();
129 return !c_unit->mir_graph->DominationUpToDate();
136 c_unit->mir_graph->ComputeDominators();
145 c_unit->mir_graph->VerifyDataflow();
163 return !c_unit->mir_graph->TopologicalOrderUpToDate()
221 MIRGraph *mir_graph = c_unit->mir_graph.get(); local
    [all...]
compiler_ir.h 189 // TODO: move memory management to mir_graph, or just switch to using standard containers.
193 std::unique_ptr<MIRGraph> mir_graph; // MIR container. member in struct:art::CompilationUnit
mir_graph.cc 17 #include "mir_graph.h"
2159 MIRGraph* mir_graph = c_unit->mir_graph.get(); local
    [all...]

Completed in 236 milliseconds