Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h318 bool replaceAllDbgUsesWith(Instruction &From, Value &To, Instruction &DomPoint,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1790 replaceAllDbgUsesWith(*DU.NarrowUse, *WideUse, *WideUse, *DT); in widenIVUse()
1929 replaceAllDbgUsesWith(*OrigPhi, *WidePhi, *WidePhi, *DT); in createWideIV()
H A DLocal.cpp2034 bool llvm::replaceAllDbgUsesWith(Instruction &From, Value &To, in replaceAllDbgUsesWith() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp290 replaceAllDbgUsesWith(*CSrc, *Res, CI, DT); in commonCastTransforms()
306 replaceAllDbgUsesWith(*Sel, *NV, CI, DT); in commonCastTransforms()
1260 replaceAllDbgUsesWith(*SrcOp, *Res, CI, DT); in visitZExt()