add method
authorChris Lattner <sabre@nondot.org>
Sun, 10 Nov 2002 23:47:02 +0000 (23:47 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 10 Nov 2002 23:47:02 +0000 (23:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4686 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DataStructure.h
include/llvm/Analysis/DataStructure/DataStructure.h

index 75a715c5d4872fb05aa2e4176a9c7e347fc8b2db..930b58df599f51e614536cc8e5069e254a83f334 100644 (file)
@@ -103,6 +103,9 @@ public:
   }
 private:
   DSGraph &calculateGraph(Function &F, unsigned Indent);
+  bool ResolveFunctionCalls(DSGraph &G, unsigned &FirstResolvableCall,
+                            std::map<Function*, DSCallSite> &InProcess,
+                            unsigned Indent);
 };
 
 
index 75a715c5d4872fb05aa2e4176a9c7e347fc8b2db..930b58df599f51e614536cc8e5069e254a83f334 100644 (file)
@@ -103,6 +103,9 @@ public:
   }
 private:
   DSGraph &calculateGraph(Function &F, unsigned Indent);
+  bool ResolveFunctionCalls(DSGraph &G, unsigned &FirstResolvableCall,
+                            std::map<Function*, DSCallSite> &InProcess,
+                            unsigned Indent);
 };