forked from OSchip/llvm-project
0695ee433e
Instead of defining the relevant functions inline, we now just keep the declarations in the class itself. This makes the class declaration a lot easier to read as all functions can be seen at once. We also use this opportunity to privatize all functions not used in the public interface of the class. llvm-svn: 190841 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Dependences.cpp | ||
Makefile | ||
ScopDetection.cpp | ||
ScopGraphPrinter.cpp | ||
ScopInfo.cpp | ||
ScopPass.cpp | ||
TempScopInfo.cpp |