Lines Matching defs:current
231 /* List of all the nodes which dominate the current node, in dominance
245 merge_node *current;
247 current = exec_node_data(merge_node, bn, node);
250 current = exec_node_data(merge_node, an, node);
257 current = a_node;
260 current = b_node;
268 * visit the current node.
271 !ssa_def_dominates(dom[dom_idx]->def, current->def))
278 * 3. All the dominators of `current` have been processed
280 * Because of these invariants, we only need to check the current node
282 * interferes with current, then N must dominate current because we are
283 * in SSA form. If N dominates current then it must also dominate our
284 * minimal dominator dom[dom_idx]. Since N is live at current it must
288 * here, the only node that can possibly interfere with current is the
294 if (dom_idx >= 0 && merge_nodes_interfere(current, dom[dom_idx]))
297 dom[++dom_idx] = current;
699 /* The current location of a given piece of data. We will use -1 for "null" */