Lines Matching defs:loops
124 * Handle such loops first.
149 * ill-formed loops. For example, we need to detect that the following
403 loop_analysis(loop_state *loops);
417 loop_state *loops;
428 loop_analysis::loop_analysis(loop_state *loops)
429 : loops(loops), if_statement_depth(0), current_assignment(NULL)
491 loop_variable_state *ls = this->loops->insert(ir);
510 * inlining will allow us to unroll loops anyway.
853 loop_state *loops = new loop_state;
854 loop_analysis v(loops);
857 return v.loops;