Searched refs:is_loop (Results 1 – 3 of 3) sorted by relevance
193 unsigned is_loop = 0; in r300_vertex_program_dump() local197 case 2: fprintf(stderr, "LOOP"); is_loop = 1; break; in r300_vertex_program_dump()206 if (is_loop) { in r300_vertex_program_dump()
84 bool is_loop; // true if this is the inner label of a loop. member719 if (c->is_loop) { in DecodeFunctionBody()1211 if (block->is_loop) { in BreakTo()
180 WasmOpcode opcode, bool is_loop) in BlockVisitor() argument182 builder_->breakable_blocks_.push_back(std::make_pair(stmt, is_loop)); in BlockVisitor()