Home
last modified time | relevance | path

Searched defs:gimple_build_assign (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple.c410 gimple_build_assign (tree lhs, tree rhs MEM_STAT_DECL) in gimple_build_assign() function
458 gimple_build_assign (tree lhs, enum tree_code subcode, tree op1, in gimple_build_assign() function
468 gimple_build_assign (tree lhs, enum tree_code subcode, tree op1, in gimple_build_assign() function
478 gimple_build_assign (tree lhs, enum tree_code subcode, tree op1 MEM_STAT_DECL) in gimple_build_assign() function
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgimple.h861 #define gimple_build_assign(l,r) gimple_build_assign_stat (l, r MEM_STAT_INFO) macro