OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BB_DEP_BB
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-tail-merge.cc
286
#define
BB_DEP_BB
(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
428
/* Update
BB_DEP_BB
(USE_BB), given a use of VAL in USE_BB. */
448
if (
BB_DEP_BB
(use_bb) == NULL
449
|| dominated_by_p (CDI_DOMINATORS, dep_bb,
BB_DEP_BB
(use_bb)))
450
BB_DEP_BB
(use_bb) = dep_bb;
453
/* Update
BB_DEP_BB
, given the dependencies in STMT. */
958
if (
BB_DEP_BB
(c->rep_bb) == NULL)
962
if (
BB_DEP_BB
(bb) == NULL)
972
BB_DEP_BB
, which is really BB_LAST_DEP_BB.
975
if (dominated_by_p (CDI_DOMINATORS,
BB_DEP_BB
(c->rep_bb), BB_DEP_BB (bb))
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-tail-merge.cc
286
#define
BB_DEP_BB
(bb) (((struct aux_bb_info *)bb->aux)->dep_bb)
420
/* Update
BB_DEP_BB
(USE_BB), given a use of VAL in USE_BB. */
440
if (
BB_DEP_BB
(use_bb) == NULL
441
|| dominated_by_p (CDI_DOMINATORS, dep_bb,
BB_DEP_BB
(use_bb)))
442
BB_DEP_BB
(use_bb) = dep_bb;
445
/* Update
BB_DEP_BB
, given the dependencies in STMT. */
947
if (
BB_DEP_BB
(c->rep_bb) == NULL)
951
if (
BB_DEP_BB
(bb) == NULL)
961
BB_DEP_BB
, which is really BB_LAST_DEP_BB.
964
if (dominated_by_p (CDI_DOMINATORS,
BB_DEP_BB
(c->rep_bb), BB_DEP_BB (bb))
[
all
...]
Completed in 69 milliseconds
Indexes created Tue Apr 07 00:22:49 UTC 2026