Lines Matching refs:roots
811 NodeVector roots(temp_zone); in Run() local
812 data->jsgraph()->GetCachedNodes(&roots); in Run()
816 typer->Run(roots, &induction_vars); in Run()
824 NodeVector roots(temp_zone); in Run() local
825 data->jsgraph()->GetCachedNodes(&roots); in Run()
831 typer.Run(roots, &induction_vars); in Run()
850 NodeVector roots(temp_zone); in Run() local
851 data->jsgraph()->GetCachedNodes(&roots); in Run()
852 for (Node* node : roots) { in Run()
868 NodeVector roots(temp_zone); in Run() local
869 data->jsgraph()->GetCachedNodes(&roots); in Run()
870 trimmer.TrimGraph(roots.begin(), roots.end()); in Run()
962 NodeVector roots(temp_zone); in Run() local
963 data->jsgraph()->GetCachedNodes(&roots); in Run()
964 trimmer.TrimGraph(roots.begin(), roots.end()); in Run()
1033 NodeVector roots(temp_zone); in Run() local
1034 data->jsgraph()->GetCachedNodes(&roots); in Run()
1035 trimmer.TrimGraph(roots.begin(), roots.end()); in Run()
1081 NodeVector roots(temp_zone); in Run() local
1082 data->jsgraph()->GetCachedNodes(&roots); in Run()
1083 trimmer.TrimGraph(roots.begin(), roots.end()); in Run()
1120 NodeVector roots(temp_zone); in Run() local
1121 data->jsgraph()->GetCachedNodes(&roots); in Run()
1122 trimmer.TrimGraph(roots.begin(), roots.end()); in Run()
1161 NodeVector roots(temp_zone); in Run() local
1162 data->jsgraph()->GetCachedNodes(&roots); in Run()
1163 trimmer.TrimGraph(roots.begin(), roots.end()); in Run()
1172 NodeVector roots(temp_zone); in Run() local
1174 data->jsgraph()->GetCachedNodes(&roots); in Run()
1176 trimmer.TrimGraph(roots.begin(), roots.end()); in Run()