Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h359 bool replaceAllDbgUsesWith(Instruction &From, Value &To, Instruction &DomPoint,
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp273 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 DLocal.cpp1808 bool llvm::replaceAllDbgUsesWith(Instruction &From, Value &To, in replaceAllDbgUsesWith() function in llvm