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

  /src/external/gpl3/gcc/dist/gcc/
ipa-profile.cc 549 bool only_called_at_exit; member in struct:ipa_propagate_frequency_data
563 || d->only_called_at_startup || d->only_called_at_exit);
574 d->only_called_at_exit &= edge->caller->only_called_at_exit;
664 if ((d.only_called_at_startup && !d.only_called_at_exit)
673 if ((d.only_called_at_exit && !d.only_called_at_startup)
674 && !node->only_called_at_exit)
676 node->only_called_at_exit = true;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-profile.cc 548 bool only_called_at_exit; member in struct:ipa_propagate_frequency_data
562 || d->only_called_at_startup || d->only_called_at_exit);
573 d->only_called_at_exit &= edge->caller->only_called_at_exit;
663 if ((d.only_called_at_startup && !d.only_called_at_exit)
672 if ((d.only_called_at_exit && !d.only_called_at_startup)
673 && !node->only_called_at_exit)
675 node->only_called_at_exit = true;

Completed in 25 milliseconds