OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_sibcall
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cfgrtl.cc
2605
int n_fallthru = 0, n_branch = 0, n_abnormal_call = 0,
n_sibcall
= 0;
2692
n_sibcall
++;
2752
if (
n_sibcall
&& !CALL_P (BB_END (bb)))
2759
&& n_abnormal == n_abnormal_call +
n_sibcall
)
2592
int n_fallthru = 0, n_branch = 0, n_abnormal_call = 0,
n_sibcall
= 0;
local
/src/external/gpl3/gcc.old/dist/gcc/
cfgrtl.cc
2585
int n_fallthru = 0, n_branch = 0, n_abnormal_call = 0,
n_sibcall
= 0;
2672
n_sibcall
++;
2732
if (
n_sibcall
&& !CALL_P (BB_END (bb)))
2739
&& n_abnormal == n_abnormal_call +
n_sibcall
)
2572
int n_fallthru = 0, n_branch = 0, n_abnormal_call = 0,
n_sibcall
= 0;
local
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026