Lines Matching refs:Node_List

198   Node_List*  _my_pack;   // pack containing this node
213 …void map(Node* key, Node_List* val) { assert(_dict->operator[](_2p(key)) == NULL, "key existed"… in map()
215 Node_List* pack(Node* key) const { return (Node_List*)_dict->operator[](_2p(key)); } in pack()
218 Node_List* make_cmovevd_pack(Node_List* cmovd_pk);
219 bool test_cmpd_pack(Node_List* cmpd_pk, Node_List* cmovd_pk);
259 GrowableArray<Node_List*> _packset; // Packs for the current block
407Node_List* my_pack(Node* n) { return !in_bb(n) ? NULL : _node_info.adr_at(bb_idx(n… in my_pack()
408 …void set_my_pack(Node* n, Node_List* p) { int i = bb_idx(n); grow_node_info(i); _node_info.adr… in set_my_pack()
410 bool is_cmov_pack(Node_List* p);
411 …bool is_cmov_pack_internal_node(Node_List* p, Node* nd) { return is_cmov_pack(p) && !nd->is_CMove(… in is_cmov_pack_internal_node()
413 bool same_inputs(Node_List* p, int idx);
430 MemNode* find_align_to_ref(Node_List &memops, int &idx);
477 bool follow_use_defs(Node_List* p);
479 bool follow_def_uses(Node_List* p);
481 void order_def_uses(Node_List* p);
502 void co_locate_pack(Node_List* p);
503 Node* pick_mem_state(Node_List* pk);
504 Node* find_first_mem_state(Node_List* pk);
505 Node* find_last_mem_state(Node_List* pk, Node* first_mem);
510 Node* vector_opd(Node_List* p, int opd_idx);
512 bool implemented(Node_List* p);
514 bool profitable(Node_List* p);
516 void insert_extracts(Node_List* p);
532 Node_List* in_pack(Node* s, Node_List* p);
536 Node* executed_first(Node_List* p);
538 Node* executed_last(Node_List* p);
539 static LoadNode::ControlDependency control_dependency(Node_List* p);
559 void print_pack(Node_List* p);