Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLocal.h387 bool replaceAllDbgUsesWith(Instruction &From, Value &To, Instruction &DomPoint,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1686 replaceAllDbgUsesWith(*DU.NarrowUse, *WideUse, *WideUse, *DT); in widenIVUse()
1814 replaceAllDbgUsesWith(*OrigPhi, *WidePhi, *WidePhi, *DT); in createWideIV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1840 bool llvm::replaceAllDbgUsesWith(Instruction &From, Value &To, in replaceAllDbgUsesWith() function in llvm