Home
last modified time | relevance | path

Searched defs:graph (Results 1 – 25 of 35) sorted by relevance

12

/art/compiler/optimizing/
Dfind_loops_test.cc34 HGraph* graph = builder.BuildGraph(*item); in TestCode() local
47 HGraph* graph = TestCode(data, &arena); in TEST() local
59 HGraph* graph = TestCode(data, &arena); in TEST() local
74 HGraph* graph = TestCode(data, &arena); in TEST() local
90 HGraph* graph = TestCode(data, &arena); in TEST() local
104 HGraph* graph = TestCode(data, &arena); in TEST() local
110 static void TestBlock(HGraph* graph, in TestBlock()
149 HGraph* graph = TestCode(data, &arena); in TEST() local
176 HGraph* graph = TestCode(data, &arena); in TEST() local
200 HGraph* graph = TestCode(data, &arena); in TEST() local
[all …]
Dgraph_test.cc28 static HBasicBlock* createIfBlock(HGraph* graph, ArenaAllocator* allocator) { in createIfBlock()
40 static HBasicBlock* createGotoBlock(HGraph* graph, ArenaAllocator* allocator) { in createGotoBlock()
48 static HBasicBlock* createReturnBlock(HGraph* graph, ArenaAllocator* allocator) { in createReturnBlock()
56 static HBasicBlock* createExitBlock(HGraph* graph, ArenaAllocator* allocator) { in createExitBlock()
71 HGraph* graph = new (&allocator) HGraph(&allocator); in TEST() local
106 HGraph* graph = new (&allocator) HGraph(&allocator); in TEST() local
141 HGraph* graph = new (&allocator) HGraph(&allocator); in TEST() local
177 HGraph* graph = new (&allocator) HGraph(&allocator); in TEST() local
213 HGraph* graph = new (&allocator) HGraph(&allocator); in TEST() local
253 HGraph* graph = new (&allocator) HGraph(&allocator); in TEST() local
[all …]
Dlive_ranges_test.cc33 HGraph* graph = builder.BuildGraph(*item); in BuildGraph() local
59 HGraph* graph = BuildGraph(data, &allocator); in TEST() local
106 HGraph* graph = BuildGraph(data, &allocator); in TEST() local
155 HGraph* graph = BuildGraph(data, &allocator); in TEST() local
231 HGraph* graph = BuildGraph(data, &allocator); in TEST() local
Dssa_phi_elimination.h30 explicit SsaDeadPhiElimination(HGraph* graph) in SsaDeadPhiElimination()
52 explicit SsaRedundantPhiElimination(HGraph* graph) in SsaRedundantPhiElimination()
Dregister_allocator_test.cc39 HGraph* graph = builder.BuildGraph(*item); in Check() local
58 HGraph* graph = new (&allocator) HGraph(&allocator); in TEST() local
253 HGraph* graph = builder.BuildGraph(*item); in BuildSSAGraph() local
299 HGraph* graph = BuildSSAGraph(data, &allocator); in TEST() local
331 HGraph* graph = BuildSSAGraph(data, &allocator); in TEST() local
Dpretty_printer.h27 explicit HPrettyPrinter(HGraph* graph) : HGraphVisitor(graph) { } in HPrettyPrinter()
106 explicit StringPrettyPrinter(HGraph* graph) in StringPrettyPrinter()
Dssa_type_propagation.h27 explicit SsaTypePropagation(HGraph* graph) in SsaTypePropagation()
Dssa_builder.h28 explicit SsaBuilder(HGraph* graph) in SsaBuilder()
Dgraph_visualizer.cc31 HGraphVisualizerPrinter(HGraph* graph, in HGraphVisualizerPrinter()
243 HGraph* graph, in HGraphVisualizer()
266 HGraph* graph, in HGraphVisualizer()
Dssa_test.cc33 explicit SsaPrettyPrinter(HGraph* graph) : HPrettyPrinter(graph), str_("") {} in SsaPrettyPrinter()
65 static void ReNumberInstructions(HGraph* graph) { in ReNumberInstructions()
83 HGraph* graph = builder.BuildGraph(*item); in TestCode() local
Dcode_generator_x86_64.h84 LocationsBuilderX86_64(HGraph* graph, CodeGeneratorX86_64* codegen) in LocationsBuilderX86_64()
Dcode_generator_x86.h87 LocationsBuilderX86(HGraph* graph, CodeGeneratorX86* codegen) in LocationsBuilderX86()
Dcode_generator_arm.h86 explicit LocationsBuilderARM(HGraph* graph, CodeGeneratorARM* codegen) in LocationsBuilderARM()
Doptimizing_compiler.cc108 HGraph* graph = builder.BuildGraph(*code_item); in TryCompile() local
Dlinearize_test.cc41 HGraph* graph = builder.BuildGraph(*item); in TestCode() local
Dcode_generator.h143 CodeGenerator(HGraph* graph, size_t number_of_registers) in CodeGenerator()
Dpretty_printer_test.cc35 HGraph* graph = builder.BuildGraph(*item); in TestCode() local
Dnodes.h192 HLoopInformation(HBasicBlock* header, HGraph* graph) in HLoopInformation()
262 explicit HBasicBlock(HGraph* graph) in HBasicBlock()
1553 explicit HGraphVisitor(HGraph* graph) : graph_(graph) {} in HGraphVisitor()
1579 explicit HInsertionOrderIterator(const HGraph& graph) : graph_(graph), index_(0) {} in HInsertionOrderIterator()
1594 explicit HReversePostOrderIterator(const HGraph& graph) : graph_(graph), index_(0) {} in HReversePostOrderIterator()
1609 explicit HPostOrderIterator(const HGraph& graph) in HPostOrderIterator()
Ddominator_test.cc32 HGraph* graph = builder.BuildGraph(*item); in TestCode() local
/art/compiler/sea_ir/types/
Dtype_inference.cc39 FunctionTypeInfo::FunctionTypeInfo(const SeaGraph* graph, art::verifier::RegTypeCache* types) in FunctionTypeInfo()
47 FunctionTypeInfo::FunctionTypeInfo(const SeaGraph* graph, InstructionNode* inst, in FunctionTypeInfo()
143 void TypeInference::ComputeTypes(SeaGraph* graph) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in ComputeTypes()
Dtype_inference_visitor.h37 TypeInferenceVisitor(SeaGraph* graph, TypeData* type_data, in TypeInferenceVisitor()
42 void Initialize(SeaGraph* graph) { } in Initialize()
Dtype_inference_visitor.cc24 void TypeInferenceVisitor::Visit(SeaGraph* graph) { in Visit()
/art/compiler/sea_ir/debug/
Ddot_gen.h48 void Visit(SeaGraph* graph) { in Visit()
102 void DumpSea(SeaGraph* graph, std::string filename, in DumpSea()
Ddot_gen.cc23 void DotGenerationVisitor::Initialize(SeaGraph* graph) { in Initialize()
/art/compiler/sea_ir/code_gen/
Dcode_gen.cc39 void CodeGenPassVisitor::Initialize(SeaGraph* graph) { in Initialize()
59 void CodeGenPostpassVisitor::Visit(SeaGraph* graph) { } in Visit()
60 void CodeGenVisitor::Visit(SeaGraph* graph) { } in Visit()
61 void CodeGenPrepassVisitor::Visit(SeaGraph* graph) { in Visit()

12