Searched refs:PPCMergeStringPool (Results 1 – 2 of 2) sorted by relevance
85 class PPCMergeStringPool : public ModulePass { class88 PPCMergeStringPool() : ModulePass(ID) {} in PPCMergeStringPool() function in __anon6371d4af0111::PPCMergeStringPool154 void PPCMergeStringPool::collectCandidateConstants(Module &M) { in collectCandidateConstants()232 bool PPCMergeStringPool::mergeModuleStringPool(Module &M) { in mergeModuleStringPool()296 void PPCMergeStringPool::replaceUsesWithGEP(GlobalVariable *GlobalToReplace, in replaceUsesWithGEP()314 char PPCMergeStringPool::ID = 0;316 INITIALIZE_PASS(PPCMergeStringPool, DEBUG_TYPE, "PPC Merge String Pool", false,320 return new PPCMergeStringPool(); in createPPCMergeStringPoolPass()
1517 SRCS_MIN+= Target/PowerPC/PPCMergeStringPool.cpp