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
411Node_List* my_pack(Node* n) { return !in_bb(n) ? NULL : _node_info.adr_at(bb_idx(n… in my_pack()
412 …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()
414 bool is_cmov_pack(Node_List* p);
415 …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()
417 bool same_inputs(Node_List* p, int idx);
434 MemNode* find_align_to_ref(Node_List &memops, int &idx);
481 bool follow_use_defs(Node_List* p);
483 bool follow_def_uses(Node_List* p);
485 void order_def_uses(Node_List* p);
506 void co_locate_pack(Node_List* p);
507 Node* pick_mem_state(Node_List* pk);
508 Node* find_first_mem_state(Node_List* pk);
509 Node* find_last_mem_state(Node_List* pk, Node* first_mem);
514 Node* vector_opd(Node_List* p, int opd_idx);
516 bool implemented(Node_List* p);
518 bool profitable(Node_List* p);
520 void insert_extracts(Node_List* p);
536 Node_List* in_pack(Node* s, Node_List* p);
540 Node* executed_first(Node_List* p);
542 Node* executed_last(Node_List* p);
543 static LoadNode::ControlDependency control_dependency(Node_List* p);
563 void print_pack(Node_List* p);