Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-inline.cc4781 gimple *simtenter_stmt = NULL; in expand_call_inline() local
4990 && single_imm_use (simduid, &use, &simtenter_stmt) in expand_call_inline()
4991 && is_gimple_call (simtenter_stmt) in expand_call_inline()
4992 && gimple_call_internal_p (simtenter_stmt, IFN_GOMP_SIMT_ENTER)) in expand_call_inline()
5159 size_t nargs = gimple_call_num_args (simtenter_stmt); in expand_call_inline()
5163 newargs.quick_push (gimple_call_arg (simtenter_stmt, i)); in expand_call_inline()
5170 gimple_call_set_lhs (g, gimple_call_lhs (simtenter_stmt)); in expand_call_inline()
5171 gimple_stmt_iterator gsi = gsi_for_stmt (simtenter_stmt); in expand_call_inline()