OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:only_called_at_startup
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ipa-profile.cc
548
bool
only_called_at_startup
;
member in struct:ipa_propagate_frequency_data
563
|| d->
only_called_at_startup
|| d->only_called_at_exit);
568
d->
only_called_at_startup
&= edge->caller->
only_called_at_startup
;
573
d->
only_called_at_startup
= 0;
664
if ((d.
only_called_at_startup
&& !d.only_called_at_exit)
665
&& !node->
only_called_at_startup
)
667
node->
only_called_at_startup
= true;
673
if ((d.only_called_at_exit && !d.
only_called_at_startup
)
/src/external/gpl3/gcc.old/dist/gcc/
ipa-profile.cc
547
bool
only_called_at_startup
;
member in struct:ipa_propagate_frequency_data
562
|| d->
only_called_at_startup
|| d->only_called_at_exit);
567
d->
only_called_at_startup
&= edge->caller->
only_called_at_startup
;
572
d->
only_called_at_startup
= 0;
663
if ((d.
only_called_at_startup
&& !d.only_called_at_exit)
664
&& !node->
only_called_at_startup
)
666
node->
only_called_at_startup
= true;
672
if ((d.only_called_at_exit && !d.
only_called_at_startup
)
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026