Home
last modified time | relevance | path

Searched refs:REPEAT_SYMBOL_CLEANUP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dflow.h9 #define REPEAT_SYMBOL_CLEANUP (1 << 1) macro
H A Doptimize.c87 if (repeat_phase & REPEAT_SYMBOL_CLEANUP) in optimize()
H A Dsimplify.c263 repeat_phase |= REPEAT_SYMBOL_CLEANUP; in rem_usage()
342 repeat_phase |= REPEAT_SYMBOL_CLEANUP; in kill_insn()
1346 return REPEAT_CSE | REPEAT_SYMBOL_CLEANUP; in simplify_one_memop()
1382 return REPEAT_CSE | REPEAT_SYMBOL_CLEANUP; in simplify_one_memop()
1756 return REPEAT_CSE | REPEAT_SYMBOL_CLEANUP; in simplify_instruction()
H A Dflow.c309 repeat_phase |= REPEAT_SYMBOL_CLEANUP; in convert_load_instruction()
411 repeat_phase |= REPEAT_SYMBOL_CLEANUP; in rewrite_load_instruction()