Searched refs:replaceAllDbgUsesWith (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | Local.cpp | 526 EXPECT_FALSE(replaceAllDbgUsesWith(A, C, C, DT)); in TEST() 527 EXPECT_FALSE(replaceAllDbgUsesWith(C, A, A, DT)); in TEST() 530 EXPECT_FALSE(replaceAllDbgUsesWith(E, A, A, DT)); in TEST() 531 EXPECT_FALSE(replaceAllDbgUsesWith(A, E, E, DT)); in TEST() 534 EXPECT_TRUE(replaceAllDbgUsesWith(D, C, C, DT)); in TEST() 546 EXPECT_TRUE(replaceAllDbgUsesWith(C, D, D, DT)); in TEST() 559 EXPECT_TRUE(replaceAllDbgUsesWith(A, F_, F_, DT)); in TEST() 565 EXPECT_TRUE(replaceAllDbgUsesWith(F_, G, G, DT)); in TEST() 577 EXPECT_TRUE(replaceAllDbgUsesWith(B, A, A, DT)); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 351 bool replaceAllDbgUsesWith(Instruction &From, Value &To, Instruction &DomPoint,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 273 replaceAllDbgUsesWith(*CSrc, *Res, CI, DT); in commonCastTransforms() 286 replaceAllDbgUsesWith(*Sel, *NV, CI, DT); in commonCastTransforms() 1085 replaceAllDbgUsesWith(*SrcOp, *Res, CI, DT); in visitZExt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | SourceLevelDebugging.rst | 1564 * When a debug value has incompatible type ``llvm::replaceAllDbgUsesWith`` can be used. 1566 widening and narrowing of variables while ``llvm::replaceAllDbgUsesWith`` does. It is 1571 exists, or ``llvm::replaceAllDbgUsesWith`` when a replacement exists.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1816 bool llvm::replaceAllDbgUsesWith(Instruction &From, Value &To, in replaceAllDbgUsesWith() function in llvm
|