reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
869 LoopInfo->createTripCountGreaterCondition(j + 1, *Prolog, Cond); 872 Prolog->addSuccessor(Epilog); 873 numAdded = TII->insertBranch(*Prolog, Epilog, LastPro, Cond, DebugLoc()); 875 Prolog->addSuccessor(Epilog); 876 Prolog->removeSuccessor(LastPro); 878 numAdded = TII->insertBranch(*Prolog, Epilog, nullptr, Cond, DebugLoc()); 892 numAdded = TII->insertBranch(*Prolog, LastPro, nullptr, Cond, DebugLoc()); 893 removePhis(Epilog, Prolog); 895 LastPro = Prolog; 897 for (MachineBasicBlock::reverse_instr_iterator I = Prolog->instr_rbegin(), 898 E = Prolog->instr_rend();