Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLocal.h332 bool replaceAllDbgUsesWith(Instruction &From, Value &To, Instruction &DomPoint,
/openbsd-src/gnu/llvm/llvm/docs/
H A DHowToUpdateDebugInfo.rst167 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 DInstCombineCasts.cpp173 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 DInstCombineLoadStoreAlloca.cpp210 replaceAllDbgUsesWith(AI, *New, *New, DT); in simplifyAllocaArraySize()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1827 replaceAllDbgUsesWith(*DU.NarrowUse, *WideUse, *WideUse, *DT); in widenIVUse()
1966 replaceAllDbgUsesWith(*OrigPhi, *WidePhi, *WidePhi, *DT); in createWideIV()
H A DLocal.cpp2150 bool llvm::replaceAllDbgUsesWith(Instruction &From, Value &To, in replaceAllDbgUsesWith() function in llvm