Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMergeStringPool.cpp111 void replaceUsesWithGEP(GlobalVariable *GlobalToReplace, GlobalVariable *GPool,
308 void PPCMergeStringPool::replaceUsesWithGEP(GlobalVariable *GlobalToReplace, in replaceUsesWithGEP() argument
318 LLVM_DEBUG(GlobalToReplace->dump()); in replaceUsesWithGEP()
321 GlobalToReplace->replaceAllUsesWith(ConstGEP); in replaceUsesWithGEP()