Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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()
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()
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()
DChangeLog-201514190 (tokenize, write_token, write_tokens, alloc_stmt, rev_stmts)