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
9923a30d
Commit
9923a30d
authored
May 13, 1995
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(back_branch_in_range_p): No longer static.
From-SVN: r9677
parent
09dcbd74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
gcc/unroll.c
+1
-2
No files found.
gcc/unroll.c
View file @
9923a30d
...
@@ -200,7 +200,6 @@ static rtx initial_reg_note_copy PROTO((rtx, struct inline_remap *));
...
@@ -200,7 +200,6 @@ static rtx initial_reg_note_copy PROTO((rtx, struct inline_remap *));
static
void
final_reg_note_copy
PROTO
((
rtx
,
struct
inline_remap
*
));
static
void
final_reg_note_copy
PROTO
((
rtx
,
struct
inline_remap
*
));
static
void
copy_loop_body
PROTO
((
rtx
,
rtx
,
struct
inline_remap
*
,
rtx
,
int
,
static
void
copy_loop_body
PROTO
((
rtx
,
rtx
,
struct
inline_remap
*
,
rtx
,
int
,
enum
unroll_types
,
rtx
,
rtx
,
rtx
,
rtx
));
enum
unroll_types
,
rtx
,
rtx
,
rtx
,
rtx
));
static
int
back_branch_in_range_p
PROTO
((
rtx
,
rtx
,
rtx
));
static
void
iteration_info
PROTO
((
rtx
,
rtx
*
,
rtx
*
,
rtx
,
rtx
));
static
void
iteration_info
PROTO
((
rtx
,
rtx
*
,
rtx
*
,
rtx
,
rtx
));
static
rtx
approx_final_value
PROTO
((
enum
rtx_code
,
rtx
,
int
*
,
int
*
));
static
rtx
approx_final_value
PROTO
((
enum
rtx_code
,
rtx
,
int
*
,
int
*
));
static
int
find_splittable_regs
PROTO
((
enum
unroll_types
,
rtx
,
rtx
,
rtx
,
int
));
static
int
find_splittable_regs
PROTO
((
enum
unroll_types
,
rtx
,
rtx
,
rtx
,
int
));
...
@@ -2021,7 +2020,7 @@ emit_unrolled_add (dest_reg, src_reg, increment)
...
@@ -2021,7 +2020,7 @@ emit_unrolled_add (dest_reg, src_reg, increment)
In practice, this is not a problem, because this function is seldom called,
In practice, this is not a problem, because this function is seldom called,
and uses a negligible amount of CPU time on average. */
and uses a negligible amount of CPU time on average. */
static
int
int
back_branch_in_range_p
(
insn
,
loop_start
,
loop_end
)
back_branch_in_range_p
(
insn
,
loop_start
,
loop_end
)
rtx
insn
;
rtx
insn
;
rtx
loop_start
,
loop_end
;
rtx
loop_start
,
loop_end
;
...
...
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