Searched refs:pop_head (Results 1 – 8 of 8) sorted by relevance
83 ir_instruction *const ir = (ir_instruction *) instructions.pop_head(); in TEST_F()116 ir_instruction *const ir = (ir_instruction *) instructions.pop_head(); in TEST_F()149 ir_instruction *const ir = (ir_instruction *) instructions.pop_head(); in TEST_F()182 ir_instruction *const ir = (ir_instruction *) instructions.pop_head(); in TEST_F()
150 ir = (ir_instruction *) instructions->pop_head(); in check_instructions()160 ir = (ir_instruction *) instructions->pop_head(); in check_instructions()169 ir = (ir_instruction *) instructions->pop_head(); in check_instructions()175 ir = (ir_instruction *) instructions->pop_head(); in check_instructions()428 ir = (ir_instruction *) instructions.pop_head(); in TEST_F()435 ir = (ir_instruction *) instructions.pop_head(); in TEST_F()
257 struct call_node *n = (struct call_node *) f->callers.pop_head(); in remove_unlinked_functions()262 struct call_node *n = (struct call_node *) f->callees.pop_head(); in remove_unlinked_functions()
52 while ((n = ivre->assign_list.pop_head()) != NULL) { in free_entry()
324 exec_node *pop_head();623 inline exec_node *exec_list::pop_head() in pop_head() function
520 while ((ref = (acp_ref *) rhs_list->pop_head()) != NULL) { in kill()
455 (loop_variable_state *) this->state.pop_head(); in visit_leave()
1435 while ((p = program->pop_head())) { in free()