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

References

lib/Target/X86/X86CondBrFolding.cpp
  248   if (!MBBInfo->Modified)
  251   MachineInstr *BrMI = MBBInfo->BrInstr;
  252   X86::CondCode CC = MBBInfo->BranchCode;
  255                                 .addMBB(MBBInfo->TBB).addImm(CC);
  257   MBBInfo->BrInstr = MIB.getInstr();
  261       .addMBB(MBBInfo->FBB);
  263   MBBInfo->Modified = false;