Searched defs:HGraph (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ |
H A D | codegen_test.cc | 92 RunCode(target_config, *compiler_options, graph, [](HGraph*) {}, has_result, expected); in TestCode() argument 105 RunCode(target_config, *compiler_options, graph, [](HGraph*) {}, has_result, expected); in TestCodeLong() argument 657 RunCode(target_config, *compiler_options, graph_, [](HGraph*) {}, true, expected_result); in TestComparison() argument 743 [](HGraph*) {}, true, kNumOfAdds + 2 * kInputValue); in TestPackedSwitch() argument 973 RunCode(&codegen, graph_, [](HGraph*) {}, true, i >= j); in TEST_F() argument 1021 RunCode(codegen, graph_, [](HGraph*) {}, true, expected_result); in TestVectorComparison() argument
|
H A D | register_allocator.h | 29 class HGraph; variable
|
H A D | inliner.h | 31 class HGraph; variable
|
H A D | register_allocator_linear_scan.h | 29 class HGraph; variable
|
H A D | graph_visualizer.h | 33 class HGraph; variable
|
H A D | codegen_test_utils.h | 328 inline CodeGenerator* create_codegen_riscv64(HGraph*, const CompilerOptions&) { return nullptr; } in create_codegen_riscv64() argument
|
H A D | nodes.h | 194 friend class HGraph; variable 1265 friend class HGraph; variable 2669 friend class HGraph; variable
|