Home
last modified time | relevance | path

Searched refs:graph_block (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_analysis.cc104 HBasicBlock* graph_block = it_graph.Current(); in Run() local
107 if (graph_block->IsLoopHeader() && !graph_block->GetLoopInformation()->IsIrreducible()) { in Run()
108 VisitLoop(graph_block->GetLoopInformation()); in Run()