Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-flow.h888 ESCAPE_TO_PURE_CONST = 1 << 6, /* Escapes to a pure or constant enumerator
H A Dtree-dfa.c366 if (escape_mask & ESCAPE_TO_PURE_CONST) in dump_variable()
H A Dtree-ssa-operands.c1594 if ((escape_mask & ~(ESCAPE_TO_PURE_CONST)) == 0) in add_call_clobber_ops()
H A Dtree-ssa-structalias.c3058 || stmt_escape_type == ESCAPE_TO_PURE_CONST) in update_alias_info()
3061 if (stmt_escape_type == ESCAPE_TO_PURE_CONST) in update_alias_info()
H A Dtree-ssa-alias.c2117 return ESCAPE_TO_PURE_CONST; in is_escape_site()