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

References

gen/lib/Target/ARC/ARCGenDAGISel.inc
 1002 /*  1693*/    OPC_MorphNodeTo0, TARGET_VAL(ARC::BR), 0|OPFL_Chain,
lib/Target/ARC/ARCInstrInfo.cpp
  137 static bool isUncondBranchOpcode(int Opc) { return Opc == ARC::BR; }
  383     BuildMI(&MBB, dl, get(ARC::BR)).addMBB(TBB);
  399   BuildMI(&MBB, dl, get(ARC::BR)).addMBB(FBB);