OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:preheader_blocks
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
sel-sched-ir.cc
6322
vec<basic_block> *
preheader_blocks
6325
if (!
preheader_blocks
)
6328
for (i = 0;
preheader_blocks
->iterate (i, &bb); i++)
6335
vec_free (
preheader_blocks
);
6397
PREHEADER_BLOCKS
of the father loop, so they will be added later to
6406
vec<basic_block> *
preheader_blocks
6409
vec_check_alloc (
preheader_blocks
, 0);
6412
old_len =
preheader_blocks
->length ();
6414
/* Add blocks that aren't within the current loop to
PREHEADER_BLOCKS
. */
6423
preheader_blocks
->safe_push (bb)
6295
vec<basic_block> *
preheader_blocks
local
6379
vec<basic_block> *
preheader_blocks
local
6458
preheader_blocks
);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
sel-sched-ir.cc
6322
vec<basic_block> *
preheader_blocks
6325
if (!
preheader_blocks
)
6328
for (i = 0;
preheader_blocks
->iterate (i, &bb); i++)
6335
vec_free (
preheader_blocks
);
6397
PREHEADER_BLOCKS
of the father loop, so they will be added later to
6406
vec<basic_block> *
preheader_blocks
6409
vec_check_alloc (
preheader_blocks
, 0);
6412
old_len =
preheader_blocks
->length ();
6414
/* Add blocks that aren't within the current loop to
PREHEADER_BLOCKS
. */
6423
preheader_blocks
->safe_push (bb)
6295
vec<basic_block> *
preheader_blocks
local
6379
vec<basic_block> *
preheader_blocks
local
6458
preheader_blocks
);
local
[
all
...]
Completed in 157 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026