Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LLVM bpEVL
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
Lorenzo Albano
LLVM bpEVL
Commits
9f48a00e
Commit
9f48a00e
authored
22 years ago
by
Chris Lattner
Browse files
Options
Downloads
Patches
Plain Diff
Add new BreakCriticalEdges pass
llvm-svn: 3902
parent
34d39668
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/include/llvm/Transforms/Scalar.h
+10
-0
10 additions, 0 deletions
llvm/include/llvm/Transforms/Scalar.h
with
10 additions
and
0 deletions
llvm/include/llvm/Transforms/Scalar.h
+
10
−
0
View file @
9f48a00e
...
@@ -175,6 +175,16 @@ Pass *createCorrelatedExpressionEliminationPass();
...
@@ -175,6 +175,16 @@ Pass *createCorrelatedExpressionEliminationPass();
//
//
Pass
*
createCFGSimplificationPass
();
Pass
*
createCFGSimplificationPass
();
//===----------------------------------------------------------------------===//
//
// BreakCriticalEdges pass - Break all of the critical edges in the CFG by
// inserting a dummy basic block. This pass may be "required" by passes that
// cannot deal with critical edges. For this usage, the structure type is
// forward declared. This pass obviously invalidates the CFG, but can update
// forward dominator (set, immediate dominators, and tree) information.
//
class
BreakCriticalEdges
;
Pass
*
createBreakCriticalEdgesPass
();
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
// These two passes convert malloc and free instructions to and from %malloc &
// These two passes convert malloc and free instructions to and from %malloc &
...
...
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