Lines Matching defs:node
44 // found a phi-node in the target BB,
86 * Dammit, if we have a phi-node followed by a conditional
87 * branch on that phi-node, we should damn well be able to
193 // check if the sources of a phi-node match with the parent BBs
194 static bool phi_check(struct instruction *node)
199 PREPARE_PTR_LIST(node->bb->parents, bb);
200 FOR_EACH_PTR(node->phi_list, phi) {
218 * - the phi-node that the conditional branch depends on
221 * We need to check if any of the _sources_ of the phi-node
848 struct instruction *node = insn->phi_node;
851 if (!node) {
856 FOR_EACH_PTR(node->phi_list, phi) {