OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:antic_occr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gcse.cc
270
struct gcse_occr *
antic_occr
;
709
/* The occurrences recorded in
antic_occr
are exactly those that
712
for (occr = expr->
antic_occr
; occr != NULL; occr = occr->next)
1135
struct gcse_occr *
antic_occr
, *avail_occr;
1171
cur_expr->
antic_occr
= NULL;
1182
antic_occr
= cur_expr->
antic_occr
;
1184
if (
antic_occr
1185
&& BLOCK_FOR_INSN (
antic_occr
->insn) != BLOCK_FOR_INSN (insn))
1186
antic_occr
= NULL
269
struct gcse_occr *
antic_occr
;
member in struct:gcse_expr
1126
struct gcse_occr *
antic_occr
, *avail_occr;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gcse.cc
270
struct gcse_occr *
antic_occr
;
709
/* The occurrences recorded in
antic_occr
are exactly those that
712
for (occr = expr->
antic_occr
; occr != NULL; occr = occr->next)
1134
struct gcse_occr *
antic_occr
, *avail_occr;
1170
cur_expr->
antic_occr
= NULL;
1181
antic_occr
= cur_expr->
antic_occr
;
1183
if (
antic_occr
1184
&& BLOCK_FOR_INSN (
antic_occr
->insn) != BLOCK_FOR_INSN (insn))
1185
antic_occr
= NULL
269
struct gcse_occr *
antic_occr
;
member in struct:gcse_expr
1125
struct gcse_occr *
antic_occr
, *avail_occr;
local
[
all
...]
Completed in 16 milliseconds
Indexes created Wed Apr 01 00:32:07 UTC 2026