Home | History | Annotate | Download | only in optimizing

Lines Matching refs:graph_in

457     auto hook_before_codegen = [](HGraph* graph_in) {
458 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0];
459 HParallelMove* move = new (graph_in->GetAllocator()) HParallelMove(graph_in->GetAllocator());
503 auto hook_before_codegen = [](HGraph* graph_in) {
504 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0];
506 new (graph_in->GetAllocator()) HParallelMove(graph_in->GetAllocator());
570 auto hook_before_codegen = [](HGraph* graph_in) {
571 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0];
573 new (graph_in->GetAllocator()) HParallelMove(graph_in->GetAllocator());