projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b57b6f
)
LoopSimplify::FindPHIToPartitionLoops()
author
Devang Patel
<dpatel@apple.com>
Tue, 20 Mar 2007 20:19:48 +0000
(20:19 +0000)
committer
Devang Patel
<dpatel@apple.com>
Tue, 20 Mar 2007 20:19:48 +0000
(20:19 +0000)
Use ETForest instead of DominatorSet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35222
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/Dominators.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/Dominators.h
b/include/llvm/Analysis/Dominators.h
index f29ed8345dcaa74604976932ff9ae01a49045051..1a6320fde34369a65710489d489e676423db6fc9 100644
(file)
--- a/
include/llvm/Analysis/Dominators.h
+++ b/
include/llvm/Analysis/Dominators.h
@@
-516,6
+516,10
@@
public:
}
}
+ // dominates - Return true if A dominates B. THis performs the
+ // special checks necessary if A and B are in the same basic block.
+ bool dominates(Instruction *A, Instruction *B);
+
/// properlyDominates - Return true if A dominates B and A != B.
///
bool properlyDominates(BasicBlock *A, BasicBlock *B) {