Since the origin AccFuncMap in ScopInfo is used by the underlying Scop only, and it must stay alive until we delete the Scop. It will be better if we simply move the origin AccFuncMap in ScopInfo into the Scop class.
This patch also help making Scop become more portable, such that we can use it in a CallGraphSCC pass.