Lines Matching defs:new_iff
122 // iff new_iff
146 // The true projecttion (if_cont) of the new_iff is returned.
183 // Create new_iff
185 IfNode *new_iff = iff->clone()->as_If();
186 new_iff->set_req(0, entry);
187 register_control(new_iff, lp, entry);
188 Node *if_cont = new (C) IfTrueNode(new_iff);
189 Node *if_uct = new (C) IfFalseNode(new_iff);
194 register_control(if_cont, lp, new_iff);
195 register_control(if_uct, get_loop(rgn), new_iff);
203 Node* nrdom = dom_lca(ridom, new_iff);
261 // Create new_iff in new location.
262 IfNode *new_iff = iff->clone()->as_If();
263 new_iff->set_req(0, new_entry);
265 register_new_node_with_optimizer(new_iff);
266 Node *if_cont = new (C) IfTrueNode(new_iff);
267 Node *if_uct = new (C) IfFalseNode(new_iff);