reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/Transforms/Utils/LocalTest.cpp
  724   EXPECT_FALSE(replaceAllDbgUsesWith(A, C, C, DT));
  725   EXPECT_FALSE(replaceAllDbgUsesWith(C, A, A, DT));
  728   EXPECT_FALSE(replaceAllDbgUsesWith(E, A, A, DT));
  729   EXPECT_FALSE(replaceAllDbgUsesWith(A, E, E, DT));
  732   EXPECT_TRUE(replaceAllDbgUsesWith(D, C, C, DT));
  744   EXPECT_TRUE(replaceAllDbgUsesWith(C, D, D, DT));
  757   EXPECT_TRUE(replaceAllDbgUsesWith(A, F_, F_, DT));
  763   EXPECT_TRUE(replaceAllDbgUsesWith(F_, G, G, DT));
  775   EXPECT_TRUE(replaceAllDbgUsesWith(B, A, A, DT));