Home
last modified time | relevance | path

Searched refs:ESCAPED (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp217 ESCAPED in markTails() enumerator
240 Escaped = ESCAPED; in markTails()
296 if (State == ESCAPED) in markTails()
305 Escaped = ESCAPED; in markTails()
320 if (Visited[CI->getParent()] != ESCAPED) { in markTails()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dtree-ssa.texi759 set of pointers, @code{ESCAPED} and @code{CALLUSED}. Those
H A Dgccint.info16255 of pointers, 'ESCAPED' and 'CALLUSED'. Those represent all memory
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtree-ssa.texi771 set of pointers, @code{ESCAPED} and @code{CALLUSED}. Those
H A Dgccint.info15854 of pointers, 'ESCAPED' and 'CALLUSED'. Those represent all memory
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200918617 covered by looking at the ESCAPED solution.
19149 variables add them to ESCAPED.
21680 * tree-ssa-alias.c (dump_alias_info): Dump the ESCAPED
29680 (do_sd_constraint): Likewise. Do not special-case ESCAPED = *ESCAPED
29689 (init_base_vars): Add ESCAPED = ESCAPED + UNKNOWN_OFFSET constraint.
29690 Together with ESCAPED = *ESCAPED this properly computes reachability.
H A DChangeLog-20088415 from ESCAPED.
14654 (do_sd_constraint): Handle a dereference of ESCAPED and CALLUSED
15329 (handle_lhs_call): Make constraints from NONLOCAL and ESCAPED
15336 (find_what_p_points_to): Interpret NONLOCAL and ESCAPED the same
15340 (init_base_vars): Init NONLOCAL and ESCAPED.
15341 (do_sd_constraint): Do not propagate the solution from ESCAPED
15342 but use ESCAPED as a placeholder.
H A DChangeLog1660 with ESCAPED last so it's processed first.
H A DChangeLog-202128293 forwarding when indirect forwarding through ESCAPED
H A DChangeLog-201432270 NONLOCAL inside ESCAPED.