Lines Matching refs:instructions
786 * \param instructions Instruction stream where new variable declarations
800 this->instructions = target->ir;
822 this->instructions->push_head(copy);
832 exec_list *instructions;
851 * \param instructions Source instruction stream
852 * \param last Instruction after which new instructions should be
854 * \param make_copies Flag selecting whether instructions in \c instructions
864 move_non_declarations(exec_list *instructions, exec_node *last,
873 foreach_list_safe(node, instructions) {
1075 /* Move any instructions other than variable declarations or function