Searched refs:replaceAllDbgUsesWith (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 358 bool replaceAllDbgUsesWith(Instruction &From, Value &To, Instruction &DomPoint,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 170 replaceAllDbgUsesWith(*CSrc, *Res, CI, DT); in commonCastTransforms() 191 replaceAllDbgUsesWith(*Sel, *NV, CI, DT); in commonCastTransforms() 1174 replaceAllDbgUsesWith(*SrcOp, *Res, Zext, DT); in visitZExt()
|
| H A D | InstCombineLoadStoreAlloca.cpp | 218 replaceAllDbgUsesWith(AI, *New, *New, DT); in simplifyAllocaArraySize()
|
| H A D | InstructionCombining.cpp | 1870 replaceAllDbgUsesWith(const_cast<PHINode &>(*PN), in foldOpIntoPhi()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 1970 replaceAllDbgUsesWith(*DU.NarrowUse, *WideUse, *WideUse, *DT); in widenIVUse() 2153 replaceAllDbgUsesWith(*OrigPhi, *WidePhi, *WidePhi, *DT); in createWideIV()
|
| H A D | Local.cpp | 2721 bool llvm::replaceAllDbgUsesWith(Instruction &From, Value &To, in replaceAllDbgUsesWith() function in llvm
|