Searched refs:strncmp_call (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-strlen.c | 5333 gcall *strncmp_call = gimple_build_call (strncmp_decl, 3, in fold_strstr_to_strncmp() local 5336 gimple_set_vuse (strncmp_call, gimple_vuse (call_stmt)); in fold_strstr_to_strncmp() 5337 gimple_call_set_lhs (strncmp_call, strncmp_lhs); in fold_strstr_to_strncmp() 5339 gsi_insert_before (&gsi, strncmp_call, GSI_SAME_STMT); in fold_strstr_to_strncmp()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-strlen.cc | 5288 gcall *strncmp_call = gimple_build_call (strncmp_decl, 3, in fold_strstr_to_strncmp() local 5291 gimple_set_vuse (strncmp_call, gimple_vuse (call_stmt)); in fold_strstr_to_strncmp() 5292 gimple_call_set_lhs (strncmp_call, strncmp_lhs); in fold_strstr_to_strncmp() 5294 gsi_insert_before (&gsi, strncmp_call, GSI_SAME_STMT); in fold_strstr_to_strncmp()
|