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()
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()
/freebsd/lib/clang/libllvm/
H A DMakefile1534 SRCS_MIN+= Target/PowerPC/PPCMergeStringPool.cpp