OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:df_idom
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc
9059
Also, to
DF_IDOM
we store the immediate dominators of the blocks in
9074
auto_bitmap df,
df_idom
;
local
9077
bitmap_set_bit (
df_idom
,
9096
bitmap_set_bit (
df_idom
,
9122
for blocks whose immediate dominator belongs to
DF_IDOM
:
9130
the dominance frontier of E. Therefore, Y belongs to
DF_IDOM
. */
9131
EXECUTE_IF_SET_IN_BITMAP (
df_idom
, 0, i, bi)
/src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc
8776
Also, to
DF_IDOM
we store the immediate dominators of the blocks in
8791
auto_bitmap df,
df_idom
;
local
8794
bitmap_set_bit (
df_idom
,
8813
bitmap_set_bit (
df_idom
,
8839
for blocks whose immediate dominator belongs to
DF_IDOM
:
8847
the dominance frontier of E. Therefore, Y belongs to
DF_IDOM
. */
8848
EXECUTE_IF_SET_IN_BITMAP (
df_idom
, 0, i, bi)
Completed in 24 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026