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

References

lib/CodeGen/MachineBlockPlacement.cpp
 2571       if (!TII->analyzeBranch(*BB, TBB, FBB, Cond) || !FI->canFallThrough())
 2662       assert((!TII->analyzeBranch(*PrevBB, TBB, FBB, Cond) ||
 2691     if (!TII->analyzeBranch(*PrevBB, TBB, FBB, Cond))
 2698   if (!TII->analyzeBranch(F->back(), TBB, FBB, Cond))
 2718     if (!TII->analyzeBranch(*ChainBB, TBB, FBB, Cond, /*AllowModify*/ true)) {
 2724           !TII->reverseBranchCondition(Cond)) {
 2731         TII->removeBranch(*ChainBB);
 2732         TII->insertBranch(*ChainBB, FBB, TBB, Cond, dl);
 2988   TII = MF.getSubtarget().getInstrInfo();
 3043     if (BF.OptimizeFunction(MF, TII, MF.getSubtarget().getRegisterInfo(),