Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Doptimize.c18 int repeat_phase; variable
37 repeat_phase |= simplify_instruction(insn); in clean_up_insns()
80 repeat_phase = 0; in optimize()
82 if (repeat_phase & REPEAT_CFG_CLEANUP) in optimize()
87 if (repeat_phase & REPEAT_SYMBOL_CLEANUP) in optimize()
90 } while (repeat_phase); in optimize()
93 if (repeat_phase & REPEAT_CFG_CLEANUP) in optimize()
96 } while (repeat_phase); in optimize()
116 if (repeat_phase & REPEAT_CFG_CLEANUP) in optimize()
H A Dflow.c38 repeat_phase |= REPEAT_CSE | REPEAT_CFG_CLEANUP; in rewrite_branch()
309 repeat_phase |= REPEAT_SYMBOL_CLEANUP; in convert_load_instruction()
411 repeat_phase |= REPEAT_SYMBOL_CLEANUP; in rewrite_load_instruction()
792 repeat_phase |= REPEAT_CFG_CLEANUP; in pack_basic_blocks()
H A Dsimplify.c263 repeat_phase |= REPEAT_SYMBOL_CLEANUP; in rem_usage()
342 repeat_phase |= REPEAT_SYMBOL_CLEANUP; in kill_insn()
388 return repeat_phase |= REPEAT_CSE; in kill_insn()
1239 return repeat_phase |= REPEAT_CSE; in canonicalize_commutative()
1249 return repeat_phase |= REPEAT_CSE; in canonicalize_compare()
1374 if (repeat_phase & REPEAT_CFG_CLEANUP) in simplify_one_memop()
H A Dlib.h49 extern int repeat_phase;
H A Dcse.c269 repeat_phase |= REPEAT_CSE; in cse_one_instruction()
H A Dlinearize.c671 repeat_phase |= REPEAT_CFG_CLEANUP; in remove_parent()