diff options
author | Michael Kruse <llvm@meinersbur.de> | 2015-08-10 13:21:59 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2015-08-10 13:21:59 +0000 |
commit | 20dcc9f7f113058f28ec1b15c60c71b1e10abe1a (patch) | |
tree | 83ed5cedd92b757f9c1e0605c46044be28218654 /clang/docs/CommandGuide | |
parent | 046dde40c53cd4558870e9bd3f96d8b6d70853df (diff) | |
download | bcm5719-llvm-20dcc9f7f113058f28ec1b15c60c71b1e10abe1a.tar.gz bcm5719-llvm-20dcc9f7f113058f28ec1b15c60c71b1e10abe1a.zip |
[RegionInfo] Add debug-time region viewer functions
Summary:
Analogously to Function::viewCFG(), RegionInfo::view() and RegionInfo::viewOnly() are meant to be called in debugging sessions. They open a viewer to show how RegionInfo currently understands the region hierarchy.
The functions viewRegion(Function*) and viewRegionOnly(Function*) invoke a fresh region analysis of the function in contrast to viewRegion(RegionInfo*) and viewRegionOnly(RegionInfo*) which show the current analysis result.
Reviewers: grosser
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D11875
llvm-svn: 244444
Diffstat (limited to 'clang/docs/CommandGuide')
0 files changed, 0 insertions, 0 deletions