summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-21 00:28:18 +0000
committerChris Lattner <sabre@nondot.org>2003-09-21 00:28:18 +0000
commit628bf091e6e1ceff40ee8847a8b044369318e243 (patch)
tree13c39182394a0142e6bbb311dd92fd8440eef69c /include
parent11fc9301fbe7597aa5be1940b014fbbd85732a56 (diff)
downloadllvm-628bf091e6e1ceff40ee8847a8b044369318e243.tar.gz
llvm-628bf091e6e1ceff40ee8847a8b044369318e243.tar.bz2
llvm-628bf091e6e1ceff40ee8847a8b044369318e243.tar.xz
Add prototype
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8640 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/DataStructure.h3
-rw-r--r--include/llvm/Analysis/DataStructure/DataStructure.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/Analysis/DataStructure.h b/include/llvm/Analysis/DataStructure.h
index f52bb4b60f..4a9ca1af75 100644
--- a/include/llvm/Analysis/DataStructure.h
+++ b/include/llvm/Analysis/DataStructure.h
@@ -165,6 +165,9 @@ public:
}
private:
+ void markReachableFunctionsExternallyAccessible(DSNode *N,
+ hash_set<DSNode*> &Visited);
+
void inlineGraphIntoCallees(DSGraph &G);
DSGraph &getOrCreateDSGraph(Function &F);
void ComputePostOrder(Function &F, hash_set<DSGraph*> &Visited,
diff --git a/include/llvm/Analysis/DataStructure/DataStructure.h b/include/llvm/Analysis/DataStructure/DataStructure.h
index f52bb4b60f..4a9ca1af75 100644
--- a/include/llvm/Analysis/DataStructure/DataStructure.h
+++ b/include/llvm/Analysis/DataStructure/DataStructure.h
@@ -165,6 +165,9 @@ public:
}
private:
+ void markReachableFunctionsExternallyAccessible(DSNode *N,
+ hash_set<DSNode*> &Visited);
+
void inlineGraphIntoCallees(DSGraph &G);
DSGraph &getOrCreateDSGraph(Function &F);
void ComputePostOrder(Function &F, hash_set<DSGraph*> &Visited,