OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pot_split
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
sched-rgn.cc
226
pot_split
[bb] is the set of potential split edges of bb. */
variable
227
static edgeset *
pot_split
;
1450
bitmap_ior (
pot_split
[bb],
pot_split
[bb],
pot_split
[pred_bb]);
1453
bitmap_set_bit (
pot_split
[bb], EDGE_TO_BIT (out_edge));
1469
bitmap_and_compl (
pot_split
[bb],
pot_split
[bb], ancestor_edges[bb]);
1484
auto_sbitmap src (SBITMAP_SIZE (
pot_split
[bb_src]));
1485
bitmap_copy (src,
pot_split
[bb_src])
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
sched-rgn.cc
226
pot_split
[bb] is the set of potential split edges of bb. */
variable
227
static edgeset *
pot_split
;
1447
bitmap_ior (
pot_split
[bb],
pot_split
[bb],
pot_split
[pred_bb]);
1450
bitmap_set_bit (
pot_split
[bb], EDGE_TO_BIT (out_edge));
1466
bitmap_and_compl (
pot_split
[bb],
pot_split
[bb], ancestor_edges[bb]);
1481
auto_sbitmap src (SBITMAP_SIZE (
pot_split
[bb_src]));
1482
bitmap_copy (src,
pot_split
[bb_src])
[
all
...]
Completed in 28 milliseconds
Indexes created Tue Jul 07 00:25:39 UTC 2026