OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:doms_to_fix
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cfghooks.cc
938
vec<basic_block>
doms_to_fix
;
local
939
doms_to_fix
.create (2);
940
doms_to_fix
.quick_push (dummy);
941
doms_to_fix
.quick_push (bb);
942
iterate_fix_dominators (CDI_DOMINATORS,
doms_to_fix
, false);
943
doms_to_fix
.release ();
/src/external/gpl3/gcc.old/dist/gcc/
cfghooks.cc
937
vec<basic_block>
doms_to_fix
;
local
938
doms_to_fix
.create (2);
939
doms_to_fix
.quick_push (dummy);
940
doms_to_fix
.quick_push (bb);
941
iterate_fix_dominators (CDI_DOMINATORS,
doms_to_fix
, false);
942
doms_to_fix
.release ();
Completed in 35 milliseconds
Indexes created Fri Jul 24 00:25:35 UTC 2026