Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLocal.h318 bool replaceAllDbgUsesWith(Instruction &From, Value &To, Instruction &DomPoint,
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp290 replaceAllDbgUsesWith(*CSrc, *Res, CI, DT); in commonCastTransforms()
306 replaceAllDbgUsesWith(*Sel, *NV, CI, DT); in commonCastTransforms()
1211 replaceAllDbgUsesWith(*SrcOp, *Res, CI, DT); in visitZExt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1835 replaceAllDbgUsesWith(*DU.NarrowUse, *WideUse, *WideUse, *DT); in widenIVUse()
1974 replaceAllDbgUsesWith(*OrigPhi, *WidePhi, *WidePhi, *DT); in createWideIV()
H A DLocal.cpp2010 bool llvm::replaceAllDbgUsesWith(Instruction &From, Value &To, in replaceAllDbgUsesWith() function in llvm