reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
567 MachineBasicBlock *TopMBB = L->getTopBlock(); 580 if (L->contains(Incoming)) { 581 if (L->contains(Backedge)) 584 } else if (!L->contains(Backedge)) 590 MachineBasicBlock *ExitingBlock = L->findLoopControlBlock(); 597 bool FoundIV = findInductionRegister(L, IVReg, IVBump, IVOp); 601 MachineBasicBlock *Preheader = MLI->findLoopPreheader(L, SpecPreheader); 605 MachineBasicBlock *Latch = L->getLoopLatch(); 622 MachineBasicBlock *Header = L->getHeader(); 717 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp);