Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DFI

738        DFI = df_ext_begin(&Fn, Reachable), DFE = df_ext_end(&Fn, Reachable);
739 DFI != DFE; ++DFI) {
742 if (DFI.getPathLength() >= 2) {
743 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2);
748 MachineBasicBlock *BB = *DFI;