Searched refs:gimple_build_assign_1 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple.cc | 445 gimple_build_assign_1 (tree lhs, enum tree_code subcode, tree op1, in gimple_build_assign_1() function 482 return gimple_build_assign_1 (lhs, subcode, op1, op2, op3 PASS_MEM_STAT); in gimple_build_assign() 492 return gimple_build_assign_1 (lhs, subcode, op1, op2, NULL_TREE in gimple_build_assign() 501 return gimple_build_assign_1 (lhs, subcode, op1, NULL_TREE, NULL_TREE in gimple_build_assign()
|
H A D | ChangeLog-2014 | 2820 (gimple_build_assign_1): ... this. Make it static inline.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple.c | 438 gimple_build_assign_1 (tree lhs, enum tree_code subcode, tree op1, in gimple_build_assign_1() function 475 return gimple_build_assign_1 (lhs, subcode, op1, op2, op3 PASS_MEM_STAT); in gimple_build_assign() 485 return gimple_build_assign_1 (lhs, subcode, op1, op2, NULL_TREE in gimple_build_assign() 494 return gimple_build_assign_1 (lhs, subcode, op1, NULL_TREE, NULL_TREE in gimple_build_assign()
|