HomeSort by relevance Sort by last modified time
    Searched refs:HGraph (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /art/compiler/optimizing/
graph_visualizer.h 26 class HGraph;
44 HGraph* graph,
54 HGraph* graph,
66 HGraph* const graph_;
ssa_phi_elimination.h 30 explicit SsaDeadPhiElimination(HGraph* graph)
36 HGraph* const graph_;
52 explicit SsaRedundantPhiElimination(HGraph* graph)
58 HGraph* const graph_;
ssa_type_propagation.h 27 explicit SsaTypePropagation(HGraph* graph)
38 HGraph* const graph_;
graph_test.cc 28 static HBasicBlock* createIfBlock(HGraph* graph, ArenaAllocator* allocator) {
40 static HBasicBlock* createGotoBlock(HGraph* graph, ArenaAllocator* allocator) {
48 static HBasicBlock* createReturnBlock(HGraph* graph, ArenaAllocator* allocator) {
56 static HBasicBlock* createExitBlock(HGraph* graph, ArenaAllocator* allocator) {
71 HGraph* graph = new (&allocator) HGraph(&allocator);
106 HGraph* graph = new (&allocator) HGraph(&allocator);
141 HGraph* graph = new (&allocator) HGraph(&allocator)
    [all...]
find_loops_test.cc 30 static HGraph* TestCode(const uint16_t* data, ArenaPool* pool) {
34 HGraph* graph = builder.BuildGraph(*item);
47 HGraph* graph = TestCode(data, &arena);
59 HGraph* graph = TestCode(data, &arena);
74 HGraph* graph = TestCode(data, &arena);
90 HGraph* graph = TestCode(data, &arena);
104 HGraph* graph = TestCode(data, &arena);
110 static void TestBlock(HGraph* graph,
149 HGraph* graph = TestCode(data, &arena);
176 HGraph* graph = TestCode(data, &arena)
    [all...]
code_generator.h 76 HGraph* graph,
79 HGraph* GetGraph() const { return graph_; }
143 CodeGenerator(HGraph* graph, size_t number_of_registers)
173 HGraph* const graph_;
live_ranges_test.cc 30 static HGraph* BuildGraph(const uint16_t* data, ArenaAllocator* allocator) {
33 HGraph* graph = builder.BuildGraph(*item);
59 HGraph* graph = BuildGraph(data, &allocator);
106 HGraph* graph = BuildGraph(data, &allocator);
155 HGraph* graph = BuildGraph(data, &allocator);
231 HGraph* graph = BuildGraph(data, &allocator);
  /external/chromium_org/v8/src/
hydrogen-sce.h 16 explicit HStackCheckEliminationPhase(HGraph* graph)
hydrogen-bch.h 16 explicit HBoundsCheckHoistingPhase(HGraph* graph)
hydrogen-canonicalize.h 16 explicit HCanonicalizePhase(HGraph* graph)
hydrogen-dehoist.h 16 explicit HDehoistIndexComputationsPhase(HGraph* graph)
hydrogen-load-elimination.h 15 explicit HLoadEliminationPhase(HGraph* graph)
hydrogen-mark-unreachable.h 16 explicit HMarkUnreachableBlocksPhase(HGraph* graph)
hydrogen-removable-simulates.h 16 explicit HMergeRemovableSimulatesPhase(HGraph* graph)
hydrogen-mark-deoptimize.h 21 explicit HMarkDeoptimizeOnUndefinedPhase(HGraph* graph)
40 explicit HComputeChangeUndefinedToNaN(HGraph* graph)
hydrogen-dce.h 16 explicit HDeadCodeEliminationPhase(HGraph* graph)
hydrogen-infer-representation.h 16 explicit HInferRepresentationPhase(HGraph* graph)
hydrogen-redundant-phi.h 18 explicit HRedundantPhiEliminationPhase(HGraph* graph)
hydrogen-representation-changes.h 16 explicit HRepresentationChangesPhase(HGraph* graph)
hydrogen-store-elimination.h 16 explicit HStoreEliminationPhase(HGraph* graph)
hydrogen-infer-types.h 16 explicit HInferTypesPhase(HGraph* graph)
hydrogen-uint32-analysis.h 18 explicit HUint32AnalysisPhase(HGraph* graph)
hydrogen-bce.h 31 explicit HBoundsCheckEliminationPhase(HGraph* graph)
hydrogen-environment-liveness.h 25 explicit HEnvironmentLivenessAnalysisPhase(HGraph* graph);
hydrogen-range-analysis.h 16 explicit HRangeAnalysisPhase(HGraph* graph)

Completed in 75 milliseconds

1 2 3 4