Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
26eeea94
Commit
26eeea94
authored
Sep 13, 2006
by
Jan Hubicka
Committed by
Jan Hubicka
Sep 12, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cfganal.c (compute_dominance_frontiers_1): Don't be quadratic.
From-SVN: r116909
parent
7e721950
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/cfganal.c
+2
-0
No files found.
gcc/ChangeLog
View file @
26eeea94
2006
-
09
-
13
Jan
Hubicka
<
jh
@suse
.
cz
>
*
cfganal
.
c
(
compute_dominance_frontiers_1
)
:
Don
'
t
be
quadratic
.
2006
-
09
-
12
Eric
Botcazou
<
ebotcazou
@libertysurf
.
fr
>
PR
rtl
-
optimization
/
28243
...
...
gcc/cfganal.c
View file @
26eeea94
...
...
@@ -1054,6 +1054,8 @@ compute_dominance_frontiers_1 (bitmap *frontiers)
domsb
=
get_immediate_dominator
(
CDI_DOMINATORS
,
b
);
while
(
runner
!=
domsb
)
{
if
(
bitmap_bit_p
(
frontiers
[
runner
->
index
],
b
->
index
))
break
;
bitmap_set_bit
(
frontiers
[
runner
->
index
],
b
->
index
);
runner
=
get_immediate_dominator
(
CDI_DOMINATORS
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment