reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1786 if (L->getBlocks().size() >= LoopSizeCutoff) { 1791 BasicBlock *Preheader = L->getLoopPreheader(); 1800 for (auto BBI : L->getBlocks()) 1802 InductiveRangeCheck::extractRangeChecksFromBranch(TBI, L, SE, BPI, 1809 OS << "irce: looking at loop "; L->print(OS); 1823 LoopStructure::parseLoopStructure(SE, BPI, *L, FailureReason); 1864 LoopConstrainer LC(*L, LI, LPMAddNewLoop, LS, SE, DT, 1869 auto PrintConstrainedLoopInfo = [L]() { 1871 dbgs() << L->getHeader()->getParent()->getName() << ": "; 1873 L->print(dbgs());