This patch updates memory management of ScopBuilder class.
- SCoP object is not owned by ScopBuilder. It just creates a SCoP and hand over ownership through getScop() method.
- ScopInfoRegionPass owns the SCoP object for a given region.
Depends on D20831