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

References

unittests/Transforms/Utils/LocalTest.cpp
  714   Instruction &B = *A.getNextNonDebugInstruction();
  724   EXPECT_FALSE(replaceAllDbgUsesWith(A, C, C, DT));
  725   EXPECT_FALSE(replaceAllDbgUsesWith(C, A, A, DT));
  725   EXPECT_FALSE(replaceAllDbgUsesWith(C, A, A, DT));
  728   EXPECT_FALSE(replaceAllDbgUsesWith(E, A, A, DT));
  728   EXPECT_FALSE(replaceAllDbgUsesWith(E, A, A, DT));
  729   EXPECT_FALSE(replaceAllDbgUsesWith(A, E, E, DT));
  757   EXPECT_TRUE(replaceAllDbgUsesWith(A, F_, F_, DT));
  759   auto *ADbgVal = cast<DbgValueInst>(A.getNextNode());
  760   EXPECT_EQ(ConstantInt::get(A.getType(), 0), ADbgVal->getVariableLocation());
  775   EXPECT_TRUE(replaceAllDbgUsesWith(B, A, A, DT));
  775   EXPECT_TRUE(replaceAllDbgUsesWith(B, A, A, DT));
  778   findDbgValues(ADbgVals, &A);