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

References

lib/CodeGen/BranchFolding.cpp
  517   MachineFunction *MF = CurMBB->getParent();
  518   MachineFunction::iterator I = std::next(MachineFunction::iterator(CurMBB));
  521   DebugLoc dl = CurMBB->findBranchDebugLoc();
  522   if (I != MF->end() && !TII->analyzeBranch(*CurMBB, TBB, FBB, Cond, true)) {
  526         TII->removeBranch(*CurMBB);
  527         TII->insertBranch(*CurMBB, SuccBB, nullptr, Cond, dl);
  532   TII->insertBranch(*CurMBB, SuccBB, nullptr,