Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Doptimize.c82 if (repeat_phase & REPEAT_CFG_CLEANUP) in optimize()
93 if (repeat_phase & REPEAT_CFG_CLEANUP) in optimize()
116 if (repeat_phase & REPEAT_CFG_CLEANUP) in optimize()
H A Dflow.h10 #define REPEAT_CFG_CLEANUP (1 << 2) macro
H A Dflow.c38 repeat_phase |= REPEAT_CSE | REPEAT_CFG_CLEANUP; in rewrite_branch()
792 repeat_phase |= REPEAT_CFG_CLEANUP; in pack_basic_blocks()
H A Dsimplify.c1374 if (repeat_phase & REPEAT_CFG_CLEANUP) in simplify_one_memop()
H A Dlinearize.c671 repeat_phase |= REPEAT_CFG_CLEANUP; in remove_parent()