Home
last modified time | relevance | path

Searched refs:PPCMergeStringPool (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMergeStringPool.cpp85 class PPCMergeStringPool : public ModulePass { class
88 PPCMergeStringPool() : ModulePass(ID) {} in PPCMergeStringPool() function in __anon9fd8c7390111::PPCMergeStringPool
155 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()
/freebsd/lib/clang/libllvm/
H A DMakefile1527 SRCS_MIN+= Target/PowerPC/PPCMergeStringPool.cpp