Searched refs:alloc_stmt (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-array-bounds.cc | 400 gimple *alloc_stmt = NULL; in check_mem_ref() local 423 alloc_stmt = def; in check_mem_ref() 510 if (alloc_stmt) in check_mem_ref()
|
H A D | omp-offload.cc | 2514 gimple *alloc_stmt = gsi_stmt (*gsi); in ompdevlow_adjust_simt_enter() local 2515 tree simtrec = gimple_call_lhs (alloc_stmt); in ompdevlow_adjust_simt_enter() 2516 tree simduid = gimple_call_arg (alloc_stmt, 0); in ompdevlow_adjust_simt_enter() 2551 alloc_stmt in ompdevlow_adjust_simt_enter() 2553 gimple_call_set_lhs (alloc_stmt, simtrec); in ompdevlow_adjust_simt_enter() 2554 gsi_replace (gsi, alloc_stmt, false); in ompdevlow_adjust_simt_enter()
|
H A D | tree-ssa-strlen.cc | 3817 gimple *alloc_stmt = si1->alloc; in handle_builtin_memset() local 3818 if (!alloc_stmt || !is_gimple_call (alloc_stmt)) in handle_builtin_memset() 3820 tree callee1 = gimple_call_fndecl (alloc_stmt); in handle_builtin_memset() 3821 if (!valid_builtin_call (alloc_stmt)) in handle_builtin_memset() 3823 tree alloc_size = gimple_call_arg (alloc_stmt, 0); in handle_builtin_memset()
|
H A D | ChangeLog-2015 | 14190 (tokenize, write_token, write_tokens, alloc_stmt, rev_stmts)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-offload.c | 1850 gimple *alloc_stmt = gsi_stmt (*gsi); in ompdevlow_adjust_simt_enter() local 1851 tree simtrec = gimple_call_lhs (alloc_stmt); in ompdevlow_adjust_simt_enter() 1852 tree simduid = gimple_call_arg (alloc_stmt, 0); in ompdevlow_adjust_simt_enter() 1887 alloc_stmt in ompdevlow_adjust_simt_enter() 1889 gimple_call_set_lhs (alloc_stmt, simtrec); in ompdevlow_adjust_simt_enter() 1890 gsi_replace (gsi, alloc_stmt, false); in ompdevlow_adjust_simt_enter()
|
H A D | tree-ssa-strlen.c | 3924 gimple *alloc_stmt = si1->alloc; in handle_builtin_memset() local 3925 if (!alloc_stmt || !is_gimple_call (alloc_stmt)) in handle_builtin_memset() 3927 tree callee1 = gimple_call_fndecl (alloc_stmt); in handle_builtin_memset() 3928 if (!valid_builtin_call (alloc_stmt)) in handle_builtin_memset() 3930 tree alloc_size = gimple_call_arg (alloc_stmt, 0); in handle_builtin_memset()
|