HomeSort by: relevance | last modified time | path
    Searched refs:local_decls (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
function.h 293 vec<tree, va_gc> *local_decls;
452 /* Add the decl D to the local_decls list of FUN. */
457 FOR_EACH_VEC_SAFE_ELT_REVERSE ((FUN)->local_decls, I, D)
292 vec<tree, va_gc> *local_decls; variable
tree-ssa-live.cc 961 /* Remove unmarked local and global vars from local_decls. */
962 num = vec_safe_length (cfun->local_decls);
965 var = (*cfun->local_decls)[srcidx];
987 (*cfun->local_decls)[dstidx] = var;
993 cfun->local_decls->truncate (dstidx);
lto-streamer-in.cc 1299 vec_safe_grow_cleared (fn->local_decls, len, true);
1303 (*fn->local_decls)[i] = t;
omp-expand.cc 1055 tree local_decls, block, decl; local
1071 for (local_decls = BLOCK_VARS (block);
1072 local_decls;
1073 local_decls = DECL_CHAIN (local_decls))
1074 if (TREE_ADDRESSABLE (local_decls))
1380 BLOCK_VARS (block) = vec2chain (child_cfun->local_decls);
1382 rather than in containing function's local_decls chain,
1461 /* Remove non-local VAR_DECLs from child_cfun->local_decls list. */
1462 num = vec_safe_length (child_cfun->local_decls);
    [all...]
tree-inline.cc 2487 FOR_EACH_VEC_SAFE_ELT (id->src_cfun->local_decls, i, var)
2516 FOR_EACH_VEC_SAFE_ELT (id->src_cfun->local_decls, i, var)
2838 gcc_assert (cfun->local_decls == NULL);
6354 if (!vec_safe_is_empty (DECL_STRUCT_FUNCTION (old_decl)->local_decls))
cfgexpand.cc 2200 /* Set TREE_USED on all variables in the local_decls. */
2226 /* At this point all variables on the local_decls with TREE_USED
2229 len = vec_safe_length (cfun->local_decls);
2268 /* Keep artificial non-ignored vars in cfun->local_decls
2280 /* We duplicated some of the decls in CFUN->LOCAL_DECLS.
2291 if (!vec_safe_is_empty (cfun->local_decls))
2292 cfun->local_decls->block_remove (0, len);
2456 /* Keep artificial non-ignored vars in cfun->local_decls
tree-ssa.cc 1994 FOR_EACH_VEC_SAFE_ELT (cfun->local_decls, i, var)
lto-streamer-out.cc 2268 streamer_write_hwi (ob, vec_safe_length (fn->local_decls));
2269 FOR_EACH_VEC_SAFE_ELT (fn->local_decls, i, t)
tree-into-ssa.cc 2441 (vec_safe_length (cfun->local_decls));
function.cc 1985 vec_free (cfun->local_decls);
7025 /* Add the decl D to the local_decls list of FUN. */
7031 vec_safe_push (fun->local_decls, d);
tree-sra.cc 720 (vec_safe_length (cfun->local_decls) / 2);
tree-cfg.cc 8422 if (!vec_safe_is_empty (fun->local_decls))
  /src/external/gpl3/gcc.old/dist/gcc/
function.h 289 vec<tree, va_gc> *local_decls;
444 /* Add the decl D to the local_decls list of FUN. */
449 FOR_EACH_VEC_SAFE_ELT_REVERSE ((FUN)->local_decls, I, D)
288 vec<tree, va_gc> *local_decls; variable
tree-ssa-live.cc 918 /* Remove unmarked local and global vars from local_decls. */
919 num = vec_safe_length (cfun->local_decls);
922 var = (*cfun->local_decls)[srcidx];
944 (*cfun->local_decls)[dstidx] = var;
950 cfun->local_decls->truncate (dstidx);
lto-streamer-in.cc 1277 vec_safe_grow_cleared (fn->local_decls, len, true);
1281 (*fn->local_decls)[i] = t;
omp-expand.cc 1052 tree local_decls, block, decl; local
1068 for (local_decls = BLOCK_VARS (block);
1069 local_decls;
1070 local_decls = DECL_CHAIN (local_decls))
1071 if (TREE_ADDRESSABLE (local_decls))
1377 BLOCK_VARS (block) = vec2chain (child_cfun->local_decls);
1379 rather than in containing function's local_decls chain,
1458 /* Remove non-local VAR_DECLs from child_cfun->local_decls list. */
1459 num = vec_safe_length (child_cfun->local_decls);
    [all...]
tree-inline.cc 2471 FOR_EACH_VEC_SAFE_ELT (id->src_cfun->local_decls, i, var)
2500 FOR_EACH_VEC_SAFE_ELT (id->src_cfun->local_decls, i, var)
2821 gcc_assert (cfun->local_decls == NULL);
6319 if (!vec_safe_is_empty (DECL_STRUCT_FUNCTION (old_decl)->local_decls))
cfgexpand.cc 2192 /* Set TREE_USED on all variables in the local_decls. */
2218 /* At this point all variables on the local_decls with TREE_USED
2221 len = vec_safe_length (cfun->local_decls);
2260 /* Keep artificial non-ignored vars in cfun->local_decls
2272 /* We duplicated some of the decls in CFUN->LOCAL_DECLS.
2283 if (!vec_safe_is_empty (cfun->local_decls))
2284 cfun->local_decls->block_remove (0, len);
2448 /* Keep artificial non-ignored vars in cfun->local_decls
tree-ssa.cc 1980 FOR_EACH_VEC_SAFE_ELT (cfun->local_decls, i, var)
lto-streamer-out.cc 2246 streamer_write_hwi (ob, vec_safe_length (fn->local_decls));
2247 FOR_EACH_VEC_SAFE_ELT (fn->local_decls, i, t)
tree-into-ssa.cc 2361 (vec_safe_length (cfun->local_decls));
function.cc 1985 vec_free (cfun->local_decls);
6954 /* Add the decl D to the local_decls list of FUN. */
6960 vec_safe_push (fun->local_decls, d);
tree-sra.cc 716 (vec_safe_length (cfun->local_decls) / 2);
  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 9913 hash_set<tree> local_decls;
9992 if (!data->local_decls.contains (var))
9993 data->local_decls.add (var);
10005 && !data->local_decls.contains (t)
9912 hash_set<tree> local_decls; member in struct:omp_target_walk_data
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 9445 hash_set<tree> local_decls;
9524 if (!data->local_decls.contains (var))
9525 data->local_decls.add (var);
9537 && !data->local_decls.contains (t)
9444 hash_set<tree> local_decls; member in struct:omp_target_walk_data

Completed in 190 milliseconds

1 2