Lines Matching refs:DISCOVERED
17565 DISCOVERED = 0x10, enumerator
17616 if (e == FALLTHROUGH && insn_state[t] >= (DISCOVERED | FALLTHROUGH)) in push_insn()
17619 if (e == BRANCH && insn_state[t] >= (DISCOVERED | BRANCH)) in push_insn()
17636 insn_state[t] = DISCOVERED | e; in push_insn()
17637 insn_state[w] = DISCOVERED; in push_insn()
17642 } else if ((insn_state[w] & 0xF0) == DISCOVERED) { in push_insn()
17651 insn_state[t] = DISCOVERED | e; in push_insn()
18157 insn_state[w] |= DISCOVERED; in visit_gotox_insn()
18332 insn_state[0] = DISCOVERED; /* mark 1st insn as discovered */ in check_cfg()
18364 insn_state[ex_insn_beg] = DISCOVERED; in check_cfg()
18425 state[top] |= DISCOVERED; in compute_postorder()
18435 state[succ->items[s]] |= DISCOVERED; in compute_postorder()