reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
716 Instruction &D = *C.getNextNonDebugInstruction(); 724 EXPECT_FALSE(replaceAllDbgUsesWith(A, C, C, DT)); 724 EXPECT_FALSE(replaceAllDbgUsesWith(A, C, C, DT)); 725 EXPECT_FALSE(replaceAllDbgUsesWith(C, A, A, DT)); 732 EXPECT_TRUE(replaceAllDbgUsesWith(D, C, C, DT)); 732 EXPECT_TRUE(replaceAllDbgUsesWith(D, C, C, DT)); 735 findDbgUsers(CDbgVals, &C); 744 EXPECT_TRUE(replaceAllDbgUsesWith(C, D, D, DT));