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

  /src/external/gpl3/gcc/dist/gcc/
ipa-icf-gimple.cc 747 tree chain2 = gimple_call_chain (s2); local
748 if ((chain1 && !chain2)
749 || (!chain1 && chain2)
750 || !compare_operand (chain1, chain2,
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf-gimple.cc 705 tree chain2 = gimple_call_chain (s2); local
706 if ((chain1 && !chain2)
707 || (!chain1 && chain2)
708 || !compare_operand (chain1, chain2,

Completed in 26 milliseconds