Home | History | Annotate | Download | only in compiler

Lines Matching defs:GetVariablesAssignedInLoop

1339   while_loop.BeginLoop(GetVariablesAssignedInLoop(stmt), CheckOsrEntry(stmt));
1351 while_loop.BeginLoop(GetVariablesAssignedInLoop(stmt), CheckOsrEntry(stmt));
1364 for_loop.BeginLoop(GetVariablesAssignedInLoop(stmt), CheckOsrEntry(stmt));
1414 for_loop.BeginLoop(GetVariablesAssignedInLoop(stmt), CheckOsrEntry(stmt));
1466 for_loop.BeginLoop(GetVariablesAssignedInLoop(stmt), CheckOsrEntry(stmt));
4091 BitVector* AstGraphBuilder::GetVariablesAssignedInLoop(
4094 return loop_assignment_analysis_->GetVariablesAssignedInLoop(stmt);