reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
316 for (Loop *L = LI.getLoopFor(BB); L != nullptr; L = L->getParentLoop()) { 316 for (Loop *L = LI.getLoopFor(BB); L != nullptr; L = L->getParentLoop()) { 316 for (Loop *L = LI.getLoopFor(BB); L != nullptr; L = L->getParentLoop()) { 318 SE.getSCEVAtScope(getPointerOperand(&StoreOrLoadInst), L); 330 LLVM_DEBUG(dbgs().indent(2) << "In Loop '" << L->getName() 340 if (!isOneDimensionalArray(*AccessFn, *ElemSize, *L, SE)) { 354 return isSimpleAddRecurrence(*Subscript, *L);