OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hoisted_bbs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gcse.cc
2900
HOISTED_BBS
points to a bitmap indicating basic blocks through which
2920
int *nregs, bitmap
hoisted_bbs
, rtx_insn *from)
2933
if (!bitmap_bit_p (
hoisted_bbs
, bb->index))
3002
hoisted_bbs
, from))
3009
which EXPR is hoisted in
hoisted_bbs
. */
3015
bitmap_set_bit (
hoisted_bbs
, i);
3095
bitmap
hoisted_bbs
= NULL;
3136
hoisted_bbs
= BITMAP_ALLOC (NULL);
3235
hoisted_bbs
, occr->insn))
3282
EXECUTE_IF_SET_IN_BITMAP (
hoisted_bbs
, 0, k, bi
3080
bitmap
hoisted_bbs
= NULL;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gcse.cc
2885
HOISTED_BBS
points to a bitmap indicating basic blocks through which
2905
int *nregs, bitmap
hoisted_bbs
, rtx_insn *from)
2918
if (!bitmap_bit_p (
hoisted_bbs
, bb->index))
2987
hoisted_bbs
, from))
2994
which EXPR is hoisted in
hoisted_bbs
. */
3000
bitmap_set_bit (
hoisted_bbs
, i);
3080
bitmap
hoisted_bbs
= NULL;
3121
hoisted_bbs
= BITMAP_ALLOC (NULL);
3220
hoisted_bbs
, occr->insn))
3267
EXECUTE_IF_SET_IN_BITMAP (
hoisted_bbs
, 0, k, bi
3065
bitmap
hoisted_bbs
= NULL;
local
[
all
...]
Completed in 19 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026