Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-icf-gimple.c119 return compare_cst_or_decl (b1, b2); in compare_ssa_name()
327 func_checker::compare_cst_or_decl (tree t1, tree t2) in compare_cst_or_decl() function
476 && compare_cst_or_decl (y1, y2); in compare_operand()
521 && compare_cst_or_decl (y1, y2) in compare_operand()
522 && compare_cst_or_decl (z1, z2); in compare_operand()
540 return compare_cst_or_decl (t1, t2); in compare_operand()
H A Dipa-icf-gimple.h211 bool compare_cst_or_decl (tree t1, tree t2);