[CFGPrinter][CallPrinter][polly] Adding distinct structure for CFGDOTInfo
authorKirill Naumov <knaumov@azul.com>
Mon, 6 Apr 2020 16:53:10 +0000 (16:53 +0000)
committerKirill Naumov <knaumov@azul.com>
Mon, 6 Apr 2020 17:42:54 +0000 (17:42 +0000)
commit3f995ce8b54ca6094fd47a5f1090ef6ce367ded2
tree1d9faaa80944893f8bc1f9f5672ce23f17c226f1
parent76221c734eac81387f772aca9299f10a7c921bda
[CFGPrinter][CallPrinter][polly] Adding distinct structure for CFGDOTInfo

The patch introduces the system to distinctively store the information
needed for the Control Flow Graph as well as the instrumentary needed for
the follow-up changes: BlockFrequencyInfo and BranchProbabilityInfo.
The patch is a part of sequence of three patches, related to graphs Heat Coloring.

Reviewers: rcorcs, apilipenko, davidxl, sfertile, fedor.sergeev, eraman, bollu

Differential Revision: https://reviews.llvm.org/D76820
llvm/include/llvm/Analysis/CFGPrinter.h
llvm/lib/Analysis/CFGPrinter.cpp
llvm/lib/Analysis/DomPrinter.cpp
llvm/lib/Analysis/RegionPrinter.cpp
llvm/lib/Transforms/Scalar/NewGVN.cpp
polly/lib/Analysis/ScopGraphPrinter.cpp