Home
last modified time | relevance | path

Searched refs:repeat_phase (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Doptimize.c21 int repeat_phase; variable
42 repeat_phase |= simplify_instruction(insn); in clean_up_insns()
97 repeat_phase = 0; in optimize()
99 if (repeat_phase & REPEAT_CFG_CLEANUP) in optimize()
104 } while (repeat_phase); in optimize()
106 if (repeat_phase & REPEAT_CFG_CLEANUP) in optimize()
108 } while (repeat_phase); in optimize()
126 if (repeat_phase & REPEAT_CFG_CLEANUP) in optimize()
Dmemops.c53 repeat_phase |= REPEAT_CSE; in rewrite_load_instruction()
187 int repeat = repeat_phase; in simplify_loads()
192 repeat_phase = repeat; in simplify_loads()
Doptions.h41 extern int repeat_phase;
Dflow.c100 repeat_phase |= REPEAT_CSE | REPEAT_CFG_CLEANUP; in rewrite_branch()
826 repeat_phase |= changed; in convert_to_jump()
1035 repeat_phase |= merge_bb(parent, bb); in pack_basic_blocks()
Dcse.c278 repeat_phase |= REPEAT_CSE; in cse_one_instruction()
Dsimplify.c404 return repeat_phase |= REPEAT_CSE; in kill_insn()
1744 return repeat_phase |= REPEAT_CSE; in canonicalize_commutative()
1754 return repeat_phase |= REPEAT_CSE; in canonicalize_compare()
2232 if (repeat_phase & REPEAT_CFG_CLEANUP) in simplify_one_memop()