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

  /src/external/gpl3/gcc/dist/gcc/
ipa-icf-gimple.cc 124 return compare_operand (b1, b2, OP_NORMAL);
402 func_checker::compare_operand (tree t1, tree t2, operand_access_type access) function in class:ipa_icf_gimple::func_checker
461 if (!compare_operand (TREE_VALUE (t1), TREE_VALUE (t2),
700 if (!compare_operand (t1, t2, get_operand_access_type (&map, t1)))
750 || !compare_operand (chain1, chain2,
760 if (!compare_operand (t1, t2, get_operand_access_type (&map, t1)))
805 return compare_operand (t1, t2, get_operand_access_type (&map, t1));
840 if (!compare_operand (arg1, arg2, get_operand_access_type (&map, arg1)))
867 if (!compare_operand (t1, t2, OP_NORMAL))
873 return compare_operand (t1, t2, OP_NORMAL)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf-gimple.cc 121 return compare_operand (b1, b2, OP_NORMAL);
369 func_checker::compare_operand (tree t1, tree t2, operand_access_type access) function in class:ipa_icf_gimple::func_checker
423 if (!compare_operand (TREE_VALUE (t1), TREE_VALUE (t2),
658 if (!compare_operand (t1, t2, get_operand_access_type (&map, t1)))
708 || !compare_operand (chain1, chain2,
718 if (!compare_operand (t1, t2, get_operand_access_type (&map, t1)))
763 return compare_operand (t1, t2, get_operand_access_type (&map, t1));
798 if (!compare_operand (arg1, arg2, get_operand_access_type (&map, arg1)))
825 if (!compare_operand (t1, t2, OP_NORMAL))
831 return compare_operand (t1, t2, OP_NORMAL)
    [all...]

Completed in 25 milliseconds