[NFC][SimplifyCFG] SinkCommonCodeFromPredecessors(): count number of instruction...
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 15 Jul 2020 20:55:15 +0000 (23:55 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Wed, 15 Jul 2020 21:21:56 +0000 (00:21 +0300)
commit3fc1defc0b28d9b0ac8917629716181c0ac8df07
tree08fa528d5b3a4680fd7ba45367f50b5bf7484b20
parent9ed65c76c04944e985ca8cde64e16919af0e26b0
[NFC][SimplifyCFG] SinkCommonCodeFromPredecessors(): count number of instruction "blocks" actually sunk

Out of all the times the function was called,
how many times did we actually sink anything?
llvm/lib/Transforms/Utils/SimplifyCFG.cpp