Searched refs:PPCMergeStringPool (Results 1 – 2 of 2) sorted by relevance
85 class PPCMergeStringPool : public ModulePass { class88 PPCMergeStringPool() : ModulePass(ID) {} in PPCMergeStringPool() function in __anon9fd8c7390111::PPCMergeStringPool155 void PPCMergeStringPool::collectCandidateConstants(Module &M) { in collectCandidateConstants()234 bool PPCMergeStringPool::mergeModuleStringPool(Module &M) { in mergeModuleStringPool()309 void PPCMergeStringPool::replaceUsesWithGEP(GlobalVariable *GlobalToReplace, in replaceUsesWithGEP()327 char PPCMergeStringPool::ID = 0;329 INITIALIZE_PASS(PPCMergeStringPool, DEBUG_TYPE, "PPC Merge String Pool", false,333 return new PPCMergeStringPool(); in createPPCMergeStringPoolPass()
1534 SRCS_MIN+= Target/PowerPC/PPCMergeStringPool.cpp