[SCEV] Move some struct declarations inside functions; NFC
Reduces the scope over which the struct is visible, making its usages obvious. I did not move structs in cases where this wasn't a clear win (the struct is too large, or is grouped in some other interesting way). llvm-svn: 255003
Loading
Please register or sign in to comment