Searched refs:NT_IF (Results 1 – 7 of 7) sorted by relevance
52 bool is_op = (n->type == NT_OP || n->type == NT_IF); in run_on()150 if (n->type == NT_IF) { in process_uses()
211 if (n.type == NT_IF) { in process_op()
671 NT_IF, enumerator823 bool is_if() { return type == NT_IF; } in is_if()1104 if_node() : container_node(NT_IF, NST_LIST), cond() {}; in if_node()
537 && I->type != NT_IF) { in create_bbs()574 if (n->last && n->last->type == NT_IF) { in create_bbs()
307 if (n.type == NT_IF) { in process_ins()
461 if (n->type == NT_IF) { in dump_op()
270 if (n->type == NT_IF) { in sched_late()