Home | History | Annotate | Download | only in compiler

Lines Matching defs:GetVariablesAssignedInLoop

1316   while_loop.BeginLoop(GetVariablesAssignedInLoop(stmt), CheckOsrEntry(stmt));
1328 while_loop.BeginLoop(GetVariablesAssignedInLoop(stmt), CheckOsrEntry(stmt));
1341 for_loop.BeginLoop(GetVariablesAssignedInLoop(stmt), CheckOsrEntry(stmt));
1391 for_loop.BeginLoop(GetVariablesAssignedInLoop(stmt), CheckOsrEntry(stmt));
1455 for_loop.BeginLoop(GetVariablesAssignedInLoop(stmt), CheckOsrEntry(stmt));
4043 BitVector* AstGraphBuilder::GetVariablesAssignedInLoop(
4046 return loop_assignment_analysis_->GetVariablesAssignedInLoop(stmt);