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

  /src/external/gpl3/gcc/dist/gcc/
ipa-icf-gimple.cc 340 return return_with_debug (compare_variable_decl (t1, t2));
489 func_checker::compare_variable_decl (const_tree t1, const_tree t2) function in class:ipa_icf_gimple::func_checker
546 if (!compare_variable_decl (l1->simduid, l2->simduid))
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf-gimple.cc 337 return return_with_debug (compare_variable_decl (t1, t2));
451 func_checker::compare_variable_decl (const_tree t1, const_tree t2) function in class:ipa_icf_gimple::func_checker
508 if (!compare_variable_decl (l1->simduid, l2->simduid))

Completed in 23 milliseconds