Searched refs:replaceAllDbgUsesWith (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 332 bool replaceAllDbgUsesWith(Instruction &From, Value &To, Instruction &DomPoint,
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | HowToUpdateDebugInfo.rst | 167 dead, use ``llvm::replaceAllDbgUsesWith`` to rewrite the debug uses of that 199 llvm::replaceAllDbgUsesWith(%c, theSimplifiedAndInstruction, ...) 212 a problem, because ``llvm::replaceAllDbgUsesWith`` takes care of inserting the
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 173 replaceAllDbgUsesWith(AI, *New, *New, DT); in PromoteCastOfAllocation() 305 replaceAllDbgUsesWith(*CSrc, *Res, CI, DT); in commonCastTransforms() 321 replaceAllDbgUsesWith(*Sel, *NV, CI, DT); in commonCastTransforms() 1257 replaceAllDbgUsesWith(*SrcOp, *Res, Zext, DT); in visitZExt()
|
| H A D | InstCombineLoadStoreAlloca.cpp | 210 replaceAllDbgUsesWith(AI, *New, *New, DT); in simplifyAllocaArraySize()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 1827 replaceAllDbgUsesWith(*DU.NarrowUse, *WideUse, *WideUse, *DT); in widenIVUse() 1966 replaceAllDbgUsesWith(*OrigPhi, *WidePhi, *WidePhi, *DT); in createWideIV()
|
| H A D | Local.cpp | 2150 bool llvm::replaceAllDbgUsesWith(Instruction &From, Value &To, in replaceAllDbgUsesWith() function in llvm
|