Lines Matching refs:graph
36 HGraph* graph = CreateCFG(data); in BuildGraph() local
39 RemoveSuspendChecks(graph); in BuildGraph()
41 PrepareForRegisterAllocation(graph, *compiler_options_).Run(); in BuildGraph()
42 return graph; in BuildGraph()
62 HGraph* graph = BuildGraph(data); in TEST_F() local
64 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F()
65 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F()
73 HBasicBlock* block = graph->GetBlocks()[1]; in TEST_F()
107 HGraph* graph = BuildGraph(data); in TEST_F() local
108 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F()
109 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F()
117 HBasicBlock* block = graph->GetBlocks()[3]; in TEST_F()
154 HGraph* graph = BuildGraph(data); in TEST_F() local
155 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F()
156 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F()
228 HGraph* graph = BuildGraph(data); in TEST_F() local
229 RemoveSuspendChecks(graph); in TEST_F()
230 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F()
231 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F()
235 LiveInterval* interval = graph->GetIntConstant(0)->GetLiveInterval(); in TEST_F()
244 interval = graph->GetIntConstant(4)->GetLiveInterval(); in TEST_F()
252 interval = graph->GetIntConstant(5)->GetLiveInterval(); in TEST_F()
304 HGraph* graph = BuildGraph(data); in TEST_F() local
305 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F()
306 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F()
378 HGraph* graph = BuildGraph(data); in TEST_F() local
379 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F()
380 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F()