Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DFI

714        DFI = df_ext_begin(&Fn, Reachable), DFE = df_ext_end(&Fn, Reachable);
715 DFI != DFE; ++DFI) {
718 if (DFI.getPathLength() >= 2) {
719 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2);
724 MachineBasicBlock *BB = *DFI;