search for: calculatelivepoolfreeblock

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

2007 Dec 12
0
[LLVMdev] opt does not load poolalloc
...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 allocator, /// except that it passes pool descriptors into functions that do not do /// allocations or deallocations. This is needed by the pointer compression ///...