Searched refs:replaceAllDbgUsesWith (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 318 bool replaceAllDbgUsesWith(Instruction &From, Value &To, Instruction &DomPoint,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 1790 replaceAllDbgUsesWith(*DU.NarrowUse, *WideUse, *WideUse, *DT); in widenIVUse() 1929 replaceAllDbgUsesWith(*OrigPhi, *WidePhi, *WidePhi, *DT); in createWideIV()
|
| H A D | Local.cpp | 2034 bool llvm::replaceAllDbgUsesWith(Instruction &From, Value &To, in replaceAllDbgUsesWith() function in llvm
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 290 replaceAllDbgUsesWith(*CSrc, *Res, CI, DT); in commonCastTransforms() 306 replaceAllDbgUsesWith(*Sel, *NV, CI, DT); in commonCastTransforms() 1260 replaceAllDbgUsesWith(*SrcOp, *Res, CI, DT); in visitZExt()
|