Inline: Inline early return function if no returns in loop.
authorGreg Fischer <greg@lunarg.com>
Fri, 5 May 2017 02:55:53 +0000 (20:55 -0600)
committerDavid Neto <dneto@google.com>
Fri, 12 May 2017 21:18:00 +0000 (17:18 -0400)
commitbba812f4e4b7e5c8c6c4f08e9bb1686761c9bbb8
tree8045fc751177138abbd75452189491fb154beb76
parent3eb716cae4ccbfb7e4d6d7d78c4488fb16fdc81a
Inline: Inline early return function if no returns in loop.
source/opt/basic_block.h
source/opt/function.h
source/opt/inline_pass.cpp
source/opt/inline_pass.h
source/opt/instruction.h
source/opt/module.cpp
source/opt/module.h
test/opt/inline_test.cpp