search for: passallarguments

Displaying 1 result from an estimated 1 matches for "passallarguments".

2007 Dec 12
0
[LLVMdev] opt does not load poolalloc
...llocate.h (revision 44934) +++ include/poolalloc/PoolAllocate.h (working copy) @@ -144,7 +144,9 @@ /// map contains the global variable that holds the pool descriptor for the /// node. std::map<const DSNode*, Value*> GlobalNodes; - + protected: + PoolAllocate(intptr_t id, bool passAllArguments) + : ModulePass (id), PassAllArguments (passAllArguments) {} public: static char ID; #ifdef SAFECODE @@ -276,14 +278,14 @@ void CalculateLivePoolFreeBlocks(std::set<BasicBlock*> &LiveBlocks,Value *PD); }; - /// PoolAllocatePassAllPools - This class is the same as the pool...