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

References

lib/Target/X86/X86CondBrFolding.cpp
  152     assert(SaveMBB == PredMBBInfo->TBB || SaveMBB == PredMBBInfo->FBB);
  153     bool IsFalseBranch = (SaveMBB == PredMBBInfo->FBB);
  235     MBBInfo->FBB = NewDest;
  261       .addMBB(MBBInfo->FBB);
  299     replaceBrDest(PredMBB, &MBB, MBBInfo->FBB);
  324         .addMBB(RootMBBInfo->FBB).addImm(NewCC);
  371     fixBranchProb(MBBInfo->FBB);