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

Declarations

lib/Target/AVR/AVRInstrInfo.h
   70   AVRCC::CondCodes getCondFromBranchOpc(unsigned Opc) const;

References

lib/Target/AVR/AVRInstrInfo.cpp
  324     AVRCC::CondCodes BranchCode = getCondFromBranchOpc(I->getOpcode());
  452         getCondFromBranchOpc(I->getOpcode()) == AVRCC::COND_INVALID) {