Searched refs:NO_ESCAPE (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/gcc/
H A Dtree-flow.h883 NO_ESCAPE = 0, /* Doesn't escape. */ enumerator in enum:escape_type
H A Dtree-ssa-alias-warnings.c907 if (var_ann (get_ssa_base (alias))->escape_mask != NO_ESCAPE)
H A Dtree-ssa-alias.c2110 Return the type of escape site found, if we found one, or NO_ESCAPE
2161 return NO_ESCAPE;
2177 return NO_ESCAPE;
H A Dtree-ssa-structalias.c3073 if (stmt_escape_type != NO_ESCAPE)
3207 if (stmt_escape_type != NO_ESCAPE && num_derefs < num_uses)
4792 if (stmt_escape_type == NO_ESCAPE)

Completed in 137 milliseconds