[llvm-commits] [poolalloc] r120537 - /poolalloc/trunk/include/dsa/DataStructure.h

Arushi Aggarwal aggarwa4 at illinois.edu
Tue Nov 30 18:46:18 PST 2010


Author: aggarwa4
Date: Tue Nov 30 20:46:18 2010
New Revision: 120537

URL: http://llvm.org/viewvc/llvm-project?rev=120537&view=rev
Log:
Removing declarations for functions no longer in use.

Modified:
    poolalloc/trunk/include/dsa/DataStructure.h

Modified: poolalloc/trunk/include/dsa/DataStructure.h
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/include/dsa/DataStructure.h?rev=120537&r1=120536&r2=120537&view=diff
==============================================================================
--- poolalloc/trunk/include/dsa/DataStructure.h (original)
+++ poolalloc/trunk/include/dsa/DataStructure.h Tue Nov 30 20:46:18 2010
@@ -255,19 +255,15 @@
   typedef std::map<const Function*, unsigned> TarjanMap;
   typedef std::vector<const Function*>        TarjanStack;
 
-  void mergeSCCs();
   void postOrderInline (Module & M);
   unsigned calculateGraphs (const Function *F,
                             TarjanStack & Stack,
                             unsigned & NextID,
                             TarjanMap & ValMap);
-  DSGraph* postOrder(const Function*,
-                     svset<const Function*>& marked);
   
   void calculateGraph(DSGraph* G);
 
   void CloneAuxIntoGlobal(DSGraph* G);
-  void finalizeGlobals(void);
 
   void getAllCallees(const DSCallSite &CS,
                      std::vector<const Function*> &Callees);





More information about the llvm-commits mailing list