Lines Matching defs:instructions
1325 * \param instructions Instruction stream where new variable declarations
1338 this->instructions = target->ir;
1361 this->instructions->push_head(copy);
1371 exec_list *instructions;
1390 * \param instructions Source instruction stream
1391 * \param last Instruction after which new instructions should be
1393 * \param make_copies Flag selecting whether instructions in \c instructions
1403 move_non_declarations(exec_list *instructions, exec_node *last,
1411 foreach_in_list_safe(ir_instruction, inst, instructions) {
2448 /* Move any instructions other than variable declarations or function