Searched refs:alloc_stmt (Results 1 – 4 of 4) sorted by relevance
400 gimple *alloc_stmt = NULL; in check_mem_ref() local423 alloc_stmt = def; in check_mem_ref()510 if (alloc_stmt) in check_mem_ref()
2514 gimple *alloc_stmt = gsi_stmt (*gsi); in ompdevlow_adjust_simt_enter() local2515 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()
3817 gimple *alloc_stmt = si1->alloc; in handle_builtin_memset() local3818 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()
14190 (tokenize, write_token, write_tokens, alloc_stmt, rev_stmts)