Home
last modified time | relevance | path

Searched refs:lhs (Results 1 – 3 of 3) sorted by relevance

/scripts/gcc-plugins/
Dgcc-common.h387 tree lhs = gimple_get_lhs(gs); in gimple_store_p() local
389 return lhs && !is_gimple_reg(lhs); in gimple_store_p()
850 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops() argument
852 return gimple_build_assign(lhs, subcode, op1, op2 PASS_MEM_STAT); in gimple_build_assign_with_ops()
Drandomize_layout_plugin.c44 const char *lhs; member
801 if (type_name_eq(stmt, lhs_tree, entry->lhs) && type_name_eq(stmt, rhs_tree, entry->rhs)) in whitelisted_cast()
825 const_tree lhs; in find_bad_casts_execute() local
859 lhs = gimple_get_lhs(stmt); in find_bad_casts_execute()
860 lhs_type = TREE_TYPE(lhs); in find_bad_casts_execute()
Dlatent_entropy_plugin.c346 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign() argument
349 return gimple_build_assign_with_ops(code, lhs, op1, op2); in create_assign()