[SCEV][NFC] Introduce API for getting basic block's symbolic max exit count
authorMax Kazantsev <mkazantsev@azul.com>
Tue, 22 Nov 2022 08:52:49 +0000 (15:52 +0700)
committerMax Kazantsev <mkazantsev@azul.com>
Tue, 22 Nov 2022 09:02:58 +0000 (16:02 +0700)
commitf285be6214fdd5dc650438baea563e11ade4d5cd
tree86fd4cebc2e85bb9ca7f395d41b9262a78526b6e
parent0cf2286cb8f881e814f3eb42593d1cc7c817b19b
[SCEV][NFC] Introduce API for getting basic block's symbolic max exit count

Currently, it just returns exact exit count. This is a refectoring step
before it is actually implemented.
llvm/include/llvm/Analysis/ScalarEvolution.h
llvm/lib/Analysis/ScalarEvolution.cpp