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

References

include/llvm/CodeGen/MachineInstr.h
 1004                      MICheckType Check = CheckDefs) const;
unittests/CodeGen/MachineInstrTest.cpp
  196   ASSERT_FALSE(MI1->isIdenticalTo(*MI2, MachineInstr::CheckDefs));
  197   ASSERT_FALSE(MI2->isIdenticalTo(*MI1, MachineInstr::CheckDefs));
  215   ASSERT_FALSE(MI3->isIdenticalTo(*MI4, MachineInstr::CheckDefs));
  216   ASSERT_FALSE(MI4->isIdenticalTo(*MI3, MachineInstr::CheckDefs));