Lines Matching refs:DFI
1787 DFI = df_ext_begin(MF, Reachable), DFE = df_ext_end(MF, Reachable);1788 DFI != DFE; ++DFI) {1789 const MachineBasicBlock *MBB = *DFI;1793 if (DFI.getPathLength() >= 2) {1794 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2);