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

References

lib/CodeGen/ModuloSchedule.cpp
 1570   MachineBasicBlock *NewBB = PeelSingleBlockLoop(LPD, BB, MRI, TII);
 1689     MachineInstr *NI = BuildMI(NewBB, DebugLoc(), TII->get(TargetOpcode::PHI), R)
 1701   bool CanAnalyzeBr = !TII->analyzeBranch(*BB, TBB, FBB, Cond);
 1704   TII->removeBranch(*BB);
 1705   TII->insertBranch(*BB, TBB == Exit ? NewBB : TBB, FBB == Exit ? NewBB : FBB,
 1707   TII->insertUnconditionalBranch(*NewBB, Exit, DebugLoc());
 1763       TII->analyzeLoopForPipelining(BB);
 1775     TII->removeBranch(*Prolog);
 1781       TII->insertBranch(*Prolog, Epilog, Fallthrough, Cond, DebugLoc());
 1791       TII->insertUnconditionalBranch(*Prolog, Epilog, DebugLoc());