Searched refs:gimple_build_with_ops_stat (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimple.c | 168 gimple_build_with_ops_stat (c, s, n MEM_STAT_INFO) 171 gimple_build_with_ops_stat (enum gimple_code code, unsigned subcode, in gimple_build_with_ops_stat() function 435 gimple_build_with_ops_stat (GIMPLE_ASSIGN, (unsigned)subcode, num_ops in gimple_build_assign_1() 821 = as_a <gdebug *> (gimple_build_with_ops_stat (GIMPLE_DEBUG, in gimple_build_debug_bind() 843 gimple_build_with_ops_stat (GIMPLE_DEBUG, in gimple_build_debug_source_bind() 865 gimple_build_with_ops_stat (GIMPLE_DEBUG, in gimple_build_debug_begin_stmt() 886 gimple_build_with_ops_stat (GIMPLE_DEBUG, in gimple_build_debug_inline_entry()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gimple.c | 179 gimple_build_with_ops_stat (c, s, n MEM_STAT_INFO) 182 gimple_build_with_ops_stat (enum gimple_code code, unsigned subcode, in gimple_build_with_ops_stat() function 462 p = gimple_build_with_ops_stat (GIMPLE_ASSIGN, (unsigned)subcode, num_ops in gimple_build_assign_with_ops_stat() 885 gimple p = gimple_build_with_ops_stat (GIMPLE_DEBUG, in gimple_build_debug_bind_stat() 909 gimple p = gimple_build_with_ops_stat (GIMPLE_DEBUG, in gimple_build_debug_source_bind_stat()
|