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

  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.cc 3904 ipa_impossible_devirt_target (struct cgraph_edge *ie, tree target) function
3975 target = ipa_impossible_devirt_target (ie, target);
4007 target = ipa_impossible_devirt_target (ie, NULL_TREE);
4030 target = ipa_impossible_devirt_target (ie, target);
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.cc 3821 ipa_impossible_devirt_target (struct cgraph_edge *ie, tree target) function
3892 target = ipa_impossible_devirt_target (ie, target);
3924 target = ipa_impossible_devirt_target (ie, NULL_TREE);
3947 target = ipa_impossible_devirt_target (ie, target);

Completed in 36 milliseconds