Home
last modified time | relevance | path

Searched refs:alloc_stmt (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-array-bounds.cc400 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 Domp-offload.cc2514 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 Dtree-ssa-strlen.cc3817 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 DChangeLog-201514190 (tokenize, write_token, write_tokens, alloc_stmt, rev_stmts)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-offload.c1850 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 Dtree-ssa-strlen.c3924 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()