Lines Matching defs:graph

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