[InlineCost] Added InlineCostCallAnalyzer::print()
authorKirill Naumov <knaumov@azul.com>
Fri, 19 Jun 2020 14:57:34 +0000 (14:57 +0000)
committerKirill Naumov <knaumov@azul.com>
Wed, 24 Jun 2020 20:07:27 +0000 (20:07 +0000)
commitca899bf90aca0709d0bbe221ec6ee1d59ee9ec0b
tree96b9b5a18bd90bcdb1566f0490cf17f977581660
parent26fd3ffa78360e4b4581e2165efa18bf67c59d86
[InlineCost] Added InlineCostCallAnalyzer::print()

For the upcoming changes, we need to have an ability to dump
InlineCostCallAnalyzer info in non-debug builds as well.

Reviewed-By: mtrofin
Differential Revision: https://reviews.llvm.org/D82205
llvm/lib/Analysis/InlineCost.cpp