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()233 bool PPCMergeStringPool::mergeModuleStringPool(Module &M) { in mergeModuleStringPool()308 void PPCMergeStringPool::replaceUsesWithGEP(GlobalVariable *GlobalToReplace, in replaceUsesWithGEP()326 char PPCMergeStringPool::ID = 0;328 INITIALIZE_PASS(PPCMergeStringPool, DEBUG_TYPE, "PPC Merge String Pool", false,332 return new PPCMergeStringPool(); in createPPCMergeStringPoolPass()
1527 SRCS_MIN+= Target/PowerPC/PPCMergeStringPool.cpp