HomeSort by: relevance | last modified time | path
    Searched defs:operand_equal_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-icf-gimple.cc 177 if (!operand_equal_p (DECL_SIZE (t1), DECL_SIZE (t2),
241 as for operand_equal_p. Works only if operand acces type is OP_NORMAL. */
301 FLAGS have same meaning as for operand_equal_p. */
318 func_checker::operand_equal_p (const_tree t1, const_tree t2, function in class:ipa_icf_gimple::func_checker
363 return operand_compare::operand_equal_p (t1, t2, flags);
442 if (operand_equal_p (t1, t2, OEP_MATCH_SIDE_EFFECTS))
445 ("operand_equal_p failed");
1054 if (!operand_equal_p (TREE_VALUE (clobber1), TREE_VALUE (clobber2),
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf-gimple.cc 174 if (!operand_equal_p (DECL_SIZE (t1), DECL_SIZE (t2),
238 as for operand_equal_p. Works only if operand acces type is OP_NORMAL. */
298 FLAGS have same meaning as for operand_equal_p. */
315 func_checker::operand_equal_p (const_tree t1, const_tree t2, function in class:ipa_icf_gimple::func_checker
360 return operand_compare::operand_equal_p (t1, t2, flags);
404 if (operand_equal_p (t1, t2, OEP_MATCH_SIDE_EFFECTS))
407 ("operand_equal_p failed");
1012 if (!operand_equal_p (TREE_VALUE (clobber1), TREE_VALUE (clobber2),

Completed in 26 milliseconds