Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
e87291ef
Commit
e87291ef
authored
22 years ago
by
Anand Shukla
Browse files
Options
Downloads
Patches
Plain Diff
Changed so it gets linked properly
llvm-svn: 3508
parent
b3a296fc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
llvm/include/llvm/Analysis/LoopInfo.h
+6
-0
6 additions, 0 deletions
llvm/include/llvm/Analysis/LoopInfo.h
llvm/lib/Analysis/LoopInfo.cpp
+1
-0
1 addition, 0 deletions
llvm/lib/Analysis/LoopInfo.cpp
with
7 additions
and
0 deletions
llvm/include/llvm/Analysis/LoopInfo.h
+
6
−
0
View file @
e87291ef
...
@@ -110,9 +110,15 @@ public:
...
@@ -110,9 +110,15 @@ public:
//
//
virtual
void
getAnalysisUsage
(
AnalysisUsage
&
AU
)
const
;
virtual
void
getAnalysisUsage
(
AnalysisUsage
&
AU
)
const
;
static
void
stub
();
// Noop
private
:
private
:
void
Calculate
(
const
DominatorSet
&
DS
);
void
Calculate
(
const
DominatorSet
&
DS
);
Loop
*
ConsiderForLoop
(
BasicBlock
*
BB
,
const
DominatorSet
&
DS
);
Loop
*
ConsiderForLoop
(
BasicBlock
*
BB
,
const
DominatorSet
&
DS
);
};
};
// Make sure that any clients of this file link in PostDominators.cpp
static
IncludeFile
LOOP_INFO_INCLUDE_FILE
((
void
*
)
&
LoopInfo
::
stub
);
#endif
#endif
This diff is collapsed.
Click to expand it.
llvm/lib/Analysis/LoopInfo.cpp
+
1
−
0
View file @
e87291ef
...
@@ -40,6 +40,7 @@ void Loop::print(std::ostream &OS) const {
...
@@ -40,6 +40,7 @@ void Loop::print(std::ostream &OS) const {
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
// LoopInfo implementation
// LoopInfo implementation
//
//
void
LoopInfo
::
stub
()
{}
bool
LoopInfo
::
runOnFunction
(
Function
&
)
{
bool
LoopInfo
::
runOnFunction
(
Function
&
)
{
releaseMemory
();
releaseMemory
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment