OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:control_dependency_cache
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
sched-deps.cc
469
static bitmap
control_dependency_cache
= NULL;
907
&& !bitmap_bit_p (&
control_dependency_cache
[insn_luid], elem_luid))
961
&&
control_dependency_cache
!= NULL);
973
else if (bitmap_bit_p (&
control_dependency_cache
[insn_luid], elem_luid))
993
if (bitmap_bit_p (&
control_dependency_cache
[insn_luid], elem_luid))
1049
bitmap_set_bit (&
control_dependency_cache
[insn_luid], elem_luid);
1067
bitmap_set_bit (&
control_dependency_cache
[insn_luid], elem_luid);
1100
bitmap_clear_bit (&
control_dependency_cache
[insn_luid], elem_luid);
1445
bitmap_clear_bit (&
control_dependency_cache
[insn_luid], elem_luid);
4152
control_dependency_cache
= XRESIZEVEC (bitmap_head, control_dependency_cache
468
static bitmap
control_dependency_cache
= NULL;
variable
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
sched-deps.cc
469
static bitmap
control_dependency_cache
= NULL;
907
&& !bitmap_bit_p (&
control_dependency_cache
[insn_luid], elem_luid))
961
&&
control_dependency_cache
!= NULL);
973
else if (bitmap_bit_p (&
control_dependency_cache
[insn_luid], elem_luid))
993
if (bitmap_bit_p (&
control_dependency_cache
[insn_luid], elem_luid))
1049
bitmap_set_bit (&
control_dependency_cache
[insn_luid], elem_luid);
1067
bitmap_set_bit (&
control_dependency_cache
[insn_luid], elem_luid);
1100
bitmap_clear_bit (&
control_dependency_cache
[insn_luid], elem_luid);
1445
bitmap_clear_bit (&
control_dependency_cache
[insn_luid], elem_luid);
4121
control_dependency_cache
= XRESIZEVEC (bitmap_head, control_dependency_cache
468
static bitmap
control_dependency_cache
= NULL;
variable
[
all
...]
Completed in 29 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026