Home
last modified time | relevance | path

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

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