OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:debug_insn
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cfgbuild.cc
58
case
DEBUG_INSN
:
81
case
DEBUG_INSN
:
449
rtx_insn *
debug_insn
= NULL;
497
if (code ==
DEBUG_INSN
)
499
if (flow_transfer_insn && !
debug_insn
)
501
debug_insn
= insn;
516
if (
debug_insn
&& code != CODE_LABEL && code != BARRIER)
518
prev = PREV_INSN (
debug_insn
);
525
for (x =
debug_insn
; x != insn; x = NEXT_INSN (x))
578
debug_insn
= NULL
445
rtx_insn *
debug_insn
= NULL;
local
[
all
...]
sel-sched-dump.cc
425
debug_insn
(insn_t insn)
422
debug_insn
(insn_t insn)
function
df-problems.cc
3574
int
debug_insn
;
3576
debug_insn
= DEBUG_INSN_P (insn);
3642
bool really_add_notes =
debug_insn
!= 0;
3649
debug_insn
= -1;
3656
if (REG_DEAD_DEBUGGING && dump_file && !
debug_insn
)
3664
if (
debug_insn
)
3666
if (
debug_insn
> 0)
3702
if (
debug_insn
== -1)
3567
int
debug_insn
;
local
final.cc
110
static rtx_insn *
debug_insn
;
variable
364
case
DEBUG_INSN
:
2783
current_output_insn =
debug_insn
= insn;
2872
current_output_insn =
debug_insn
= 0;
3221
if (
debug_insn
)
3224
ASM_COMMENT_START, INSN_UID (
debug_insn
));
3227
insn_cost (
debug_insn
, optimize_insn_for_speed_p ()));
3230
get_attr_length (
debug_insn
));
3233
int num = INSN_CODE (
debug_insn
);
3240
debug_insn
= 0
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
cfgbuild.cc
58
case
DEBUG_INSN
:
81
case
DEBUG_INSN
:
449
rtx_insn *
debug_insn
= NULL;
497
if (code ==
DEBUG_INSN
)
499
if (flow_transfer_insn && !
debug_insn
)
501
debug_insn
= insn;
516
if (
debug_insn
&& code != CODE_LABEL && code != BARRIER)
518
prev = PREV_INSN (
debug_insn
);
525
for (x =
debug_insn
; x != insn; x = NEXT_INSN (x))
578
debug_insn
= NULL
445
rtx_insn *
debug_insn
= NULL;
local
[
all
...]
sel-sched-dump.cc
425
debug_insn
(insn_t insn)
422
debug_insn
(insn_t insn)
function
df-problems.cc
3574
int
debug_insn
;
3576
debug_insn
= DEBUG_INSN_P (insn);
3642
bool really_add_notes =
debug_insn
!= 0;
3649
debug_insn
= -1;
3656
if (REG_DEAD_DEBUGGING && dump_file && !
debug_insn
)
3664
if (
debug_insn
)
3666
if (
debug_insn
> 0)
3702
if (
debug_insn
== -1)
3567
int
debug_insn
;
local
final.cc
117
static rtx_insn *
debug_insn
;
variable
379
case
DEBUG_INSN
:
2837
current_output_insn =
debug_insn
= insn;
2926
current_output_insn =
debug_insn
= 0;
3267
if (
debug_insn
)
3270
ASM_COMMENT_START, INSN_UID (
debug_insn
));
3273
insn_cost (
debug_insn
, optimize_insn_for_speed_p ()));
3276
get_attr_length (
debug_insn
));
3279
int num = INSN_CODE (
debug_insn
);
3286
debug_insn
= 0
[
all
...]
Completed in 44 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026