reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/LoopUnrollPass.cpp
 1436   for (auto &L : LI) {
 1438         simplifyLoop(L, &DT, &LI, &SE, &AC, nullptr, false /* PreserveLCSSA */);
 1439     Changed |= formLCSSARecursively(*L, DT, &LI, &SE);
 1442   SmallVector<Loop *, 8> Worklist = appendLoopsToWorklist(LI);
 1464         &L, DT, &LI, SE, TTI, AC, ORE, BFI, PSI,