Lines Matching refs:graph

38   HGraph* graph = CreateCFG(data);  in BuildGraph()  local
42 RemoveSuspendChecks(graph); in BuildGraph()
44 PrepareForRegisterAllocation(graph, *compiler_options_).Run(); in BuildGraph()
45 return graph; in BuildGraph()
65 HGraph* graph = BuildGraph(data); in TEST_F() local
67 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F()
68 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F()
76 HBasicBlock* block = graph->GetBlocks()[1]; in TEST_F()
110 HGraph* graph = BuildGraph(data); in TEST_F() local
111 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F()
112 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F()
120 HBasicBlock* block = graph->GetBlocks()[3]; in TEST_F()
157 HGraph* graph = BuildGraph(data); in TEST_F() local
158 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F()
159 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F()
231 HGraph* graph = BuildGraph(data); in TEST_F() local
232 RemoveSuspendChecks(graph); in TEST_F()
233 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F()
234 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F()
238 LiveInterval* interval = graph->GetIntConstant(0)->GetLiveInterval(); in TEST_F()
247 interval = graph->GetIntConstant(4)->GetLiveInterval(); in TEST_F()
255 interval = graph->GetIntConstant(5)->GetLiveInterval(); in TEST_F()
307 HGraph* graph = BuildGraph(data); in TEST_F() local
308 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F()
309 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F()
381 HGraph* graph = BuildGraph(data); in TEST_F() local
382 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F()
383 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F()