Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgimple.h865 gimple gimple_build_assign_with_ops_stat (enum tree_code, tree, tree,
868 gimple_build_assign_with_ops_stat (c, o1, o2, o3, NULL_TREE MEM_STAT_INFO)
870 gimple_build_assign_with_ops_stat (c, o1, o2, o3, o4 MEM_STAT_INFO)
H A Dgimple.c442 return gimple_build_assign_with_ops_stat (subcode, lhs, op1, op2, op3 in gimple_build_assign_stat()
452 gimple_build_assign_with_ops_stat (enum tree_code subcode, tree lhs, tree op1, in gimple_build_assign_with_ops_stat() function