Home
last modified time | relevance | path

Searched refs:REPEAT_CSE (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dsimplify.c183 return REPEAT_CSE; in if_convert_phi()
246 return REPEAT_CSE; in clean_up_phi()
404 return repeat_phase |= REPEAT_CSE; in kill_insn()
475 return REPEAT_CSE; in replace_pseudo()
500 return REPEAT_CSE; in replace_with_unop()
513 return REPEAT_CSE; in replace_binop_value()
530 return REPEAT_CSE; in replace_binop()
539 return REPEAT_CSE; in replace_opcode()
563 return REPEAT_CSE; in replace_insn_pair()
580 return REPEAT_CSE; in swap_select()
[all …]
Dflow.h8 #define REPEAT_CSE (1 << 0) macro
Dflow.c59 changed |= REPEAT_CSE; in remove_phisources()
100 repeat_phase |= REPEAT_CSE | REPEAT_CFG_CLEANUP; in rewrite_branch()
799 int changed = REPEAT_CSE; in convert_to_jump()
Dmemops.c53 repeat_phase |= REPEAT_CSE; in rewrite_load_instruction()
Dcse.c278 repeat_phase |= REPEAT_CSE; in cse_one_instruction()