OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:todo_after
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
passes.cc
2315
unsigned int
todo_after
= 0;
2335
todo_after
= ipa_pass->function_transform (node);
2338
execute_todo (
todo_after
);
2353
if (!do_not_collect && !(
todo_after
& TODO_do_not_ggc_collect))
2579
unsigned int
todo_after
= 0;
2648
todo_after
= pass->execute (cfun);
2650
if (
todo_after
& TODO_discard_function)
2694
execute_todo (
todo_after
| pass->todo_flags_finish | TODO_verify_il);
2739
if (!((
todo_after
| pass->todo_flags_finish) & TODO_do_not_ggc_collect))
2314
unsigned int
todo_after
= 0;
local
2578
unsigned int
todo_after
= 0;
local
/src/external/gpl3/gcc.old/dist/gcc/
passes.cc
2311
unsigned int
todo_after
= 0;
2331
todo_after
= ipa_pass->function_transform (node);
2334
execute_todo (
todo_after
);
2349
if (!do_not_collect && !(
todo_after
& TODO_do_not_ggc_collect))
2570
unsigned int
todo_after
= 0;
2639
todo_after
= pass->execute (cfun);
2641
if (
todo_after
& TODO_discard_function)
2676
execute_todo (
todo_after
| pass->todo_flags_finish | TODO_verify_il);
2721
if (!((
todo_after
| pass->todo_flags_finish) & TODO_do_not_ggc_collect))
2310
unsigned int
todo_after
= 0;
local
2569
unsigned int
todo_after
= 0;
local
Completed in 23 milliseconds
Indexes created Wed Apr 15 00:22:22 UTC 2026