OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:input_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
ipa-sra.cc
2533
unsigned
input_count
= csum->m_arg_flow.length ();
local
2534
streamer_write_uhwi (ob,
input_count
);
2535
for (unsigned i = 0; i <
input_count
; i++)
2654
unsigned
input_count
= streamer_read_uhwi (ib);
local
2655
csum->init_inputs (
input_count
);
2656
for (unsigned i = 0; i <
input_count
; i++)
/src/external/gpl3/gcc/dist/gcc/
ipa-sra.cc
2784
unsigned
input_count
= csum->m_arg_flow.length ();
local
2785
streamer_write_uhwi (ob,
input_count
);
2786
for (unsigned i = 0; i <
input_count
; i++)
2912
unsigned
input_count
= streamer_read_uhwi (ib);
local
2913
csum->init_inputs (
input_count
);
2914
for (unsigned i = 0; i <
input_count
; i++)
Completed in 26 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026