OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sib_ncd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc
3325
basic_block
sib_ncd
= NULL, dep_ncd = NULL, this_ncd = NULL, ncd;
3330
sib_ncd
= nearest_common_dominator_for_cands (lookup_cand (c->sibling),
3335
if (!
sib_ncd
&& !dep_ncd)
3340
else if (
sib_ncd
&& !dep_ncd)
3343
ncd =
sib_ncd
;
3345
else if (dep_ncd && !
sib_ncd
)
3351
ncd = ncd_for_two_cands (
sib_ncd
, dep_ncd, sib_where,
3316
basic_block
sib_ncd
= NULL, dep_ncd = NULL, this_ncd = NULL, ncd;
local
/src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc
3325
basic_block
sib_ncd
= NULL, dep_ncd = NULL, this_ncd = NULL, ncd;
3330
sib_ncd
= nearest_common_dominator_for_cands (lookup_cand (c->sibling),
3335
if (!
sib_ncd
&& !dep_ncd)
3340
else if (
sib_ncd
&& !dep_ncd)
3343
ncd =
sib_ncd
;
3345
else if (dep_ncd && !
sib_ncd
)
3351
ncd = ncd_for_two_cands (
sib_ncd
, dep_ncd, sib_where,
3316
basic_block
sib_ncd
= NULL, dep_ncd = NULL, this_ncd = NULL, ncd;
local
Completed in 20 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026