• Home
  • Raw
  • Download

Lines Matching refs:graph

35   HGraph* graph = CreateCFG(allocator, data);  in BuildGraph()  local
38 RemoveSuspendChecks(graph); in BuildGraph()
40 PrepareForRegisterAllocation(graph).Run(); in BuildGraph()
41 return graph; in BuildGraph()
63 HGraph* graph = BuildGraph(data, &allocator); in TEST_F() local
67 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
68 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F()
76 HBasicBlock* block = graph->GetBlocks()[1]; in TEST_F()
112 HGraph* graph = BuildGraph(data, &allocator); in TEST_F() local
115 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
116 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F()
124 HBasicBlock* block = graph->GetBlocks()[3]; in TEST_F()
163 HGraph* graph = BuildGraph(data, &allocator); in TEST_F() local
166 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
167 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F()
241 HGraph* graph = BuildGraph(data, &allocator); in TEST_F() local
242 RemoveSuspendChecks(graph); in TEST_F()
245 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
246 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F()
250 LiveInterval* interval = graph->GetIntConstant(0)->GetLiveInterval(); in TEST_F()
259 interval = graph->GetIntConstant(4)->GetLiveInterval(); in TEST_F()
267 interval = graph->GetIntConstant(5)->GetLiveInterval(); in TEST_F()
321 HGraph* graph = BuildGraph(data, &allocator); in TEST_F() local
324 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
325 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F()
399 HGraph* graph = BuildGraph(data, &allocator); in TEST_F() local
402 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
403 SsaLivenessAnalysis liveness(graph, &codegen); in TEST_F()