OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bivs
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
loop-iv.cc
26
a basic induction variable (biv) is found, it is cached in the
bivs
137
/*
Bivs
of the current loop. */
139
static hash_table<biv_entry_hasher> *
bivs
;
variable
263
bivs
->empty ();
278
bivs
= new hash_table<biv_entry_hasher> (10);
858
class biv_entry *biv =
bivs
->find_with_hash (def, REGNO (def));
871
biv_entry **slot =
bivs
->find_slot_with_hash (def, REGNO (def), INSERT);
1306
delete
bivs
;
1307
bivs
= NULL;
loop-iv.cc
26
a basic induction variable (biv) is found, it is cached in the
bivs
137
/*
Bivs
of the current loop. */
139
static hash_table<biv_entry_hasher> *
bivs
;
variable
263
bivs
->empty ();
278
bivs
= new hash_table<biv_entry_hasher> (10);
858
class biv_entry *biv =
bivs
->find_with_hash (def, REGNO (def));
871
biv_entry **slot =
bivs
->find_slot_with_hash (def, REGNO (def), INSERT);
1306
delete
bivs
;
1307
bivs
= NULL;
/src/external/gpl3/gcc.old/dist/gcc/
loop-iv.cc
26
a basic induction variable (biv) is found, it is cached in the
bivs
137
/*
Bivs
of the current loop. */
139
static hash_table<biv_entry_hasher> *
bivs
;
variable
263
bivs
->empty ();
278
bivs
= new hash_table<biv_entry_hasher> (10);
831
class biv_entry *biv =
bivs
->find_with_hash (def, REGNO (def));
844
biv_entry **slot =
bivs
->find_slot_with_hash (def, REGNO (def), INSERT);
1279
delete
bivs
;
1280
bivs
= NULL;
loop-iv.cc
26
a basic induction variable (biv) is found, it is cached in the
bivs
137
/*
Bivs
of the current loop. */
139
static hash_table<biv_entry_hasher> *
bivs
;
variable
263
bivs
->empty ();
278
bivs
= new hash_table<biv_entry_hasher> (10);
831
class biv_entry *biv =
bivs
->find_with_hash (def, REGNO (def));
844
biv_entry **slot =
bivs
->find_slot_with_hash (def, REGNO (def), INSERT);
1279
delete
bivs
;
1280
bivs
= NULL;
Completed in 51 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026