Searched refs:replaceAllDbgUsesWith (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 359 bool replaceAllDbgUsesWith(Instruction &From, Value &To, Instruction &DomPoint,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 273 replaceAllDbgUsesWith(*CSrc, *Res, CI, DT); in commonCastTransforms() 286 replaceAllDbgUsesWith(*Sel, *NV, CI, DT); in commonCastTransforms() 1120 replaceAllDbgUsesWith(*SrcOp, *Res, CI, DT); in visitZExt()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 1808 bool llvm::replaceAllDbgUsesWith(Instruction &From, Value &To, in replaceAllDbgUsesWith() function in llvm
|