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

References

lib/Target/X86/X86CondBrFolding.cpp
  302   TargetMBBInfo *RootMBBInfo = getMBBInfo(RootMBB);
  305     fixupModifiedCond(RootMBB);
  309     MachineBasicBlock::iterator UncondBrI = findUncondBrI(RootMBB);
  322     BuildMI(*RootMBB, UncondBrI, RootMBB->findDebugLoc(UncondBrI),
  322     BuildMI(*RootMBB, UncondBrI, RootMBB->findDebugLoc(UncondBrI),
  327     BuildMI(*RootMBB, UncondBrI, RootMBB->findDebugLoc(UncondBrI),
  327     BuildMI(*RootMBB, UncondBrI, RootMBB->findDebugLoc(UncondBrI),
  330     RootMBB->addSuccessor(TargetMBB);
  331     fixPHIsInSucc(TargetMBB, &MBB, RootMBB);
  332     RootMBB->erase(UncondBrI);
  334     replaceBrDest(RootMBB, RootMBBInfo->TBB, TargetMBB);
  342     RootMBB->insert(RootMBBInfo->CmpInstr, NewCmp);
  360       if (ThisMBB == RootMBB) {
  364       if (ThisMBB == RootMBB)
  378   MBBInfos[RootMBB->getNumber()] = nullptr;
  380   LLVM_DEBUG(dbgs() << "After optimization:\nRootMBB is: " << *RootMBB << "\n");