Move register check to IsInliningEncouraged

This allows to skip building callee graphs when the caller
graph already has a big environment. Usually in cases like these
we end up discarding the callee graph so we can save work and
not inline those.

Bug: 393108375
Test: art/test/testrunner/testrunner.py --host --64 -b --optimizing
Change-Id: I7c77fa994c8f9da73f9ab1a607aa57bef9a625ea
1 file changed