diff options
author | Kristof Umann <dkszelethus@gmail.com> | 2019-07-03 11:39:12 +0000 |
---|---|---|
committer | Kristof Umann <dkszelethus@gmail.com> | 2019-07-03 11:39:12 +0000 |
commit | 71a9dc39e4faf74eecdcb46f18ca21ee1c41dfe1 (patch) | |
tree | c89ec6c7acc34a9e8dff21e37d54ca86e09f7766 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 8c099cbe7cc436a2eb61106ff8cabab573378e3d (diff) | |
download | llvm-71a9dc39e4faf74eecdcb46f18ca21ee1c41dfe1.zip llvm-71a9dc39e4faf74eecdcb46f18ca21ee1c41dfe1.tar.gz llvm-71a9dc39e4faf74eecdcb46f18ca21ee1c41dfe1.tar.bz2 |
[analyzer][Dominator] Add post dominators to CFG + a new debug checker
Transform clang::DominatorTree to be able to also calculate post dominators.
* Tidy up the documentation
* Make it clang::DominatorTree template class (similarly to how
llvm::DominatorTreeBase works), rename it to clang::CFGDominatorTreeImpl
* Clang's dominator tree is now called clang::CFGDomTree
* Clang's brand new post dominator tree is called clang::CFGPostDomTree
* Add a lot of asserts to the dump() function
* Create a new checker to test the functionality
Differential Revision: https://reviews.llvm.org/D62551
llvm-svn: 365028
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions