Make shadow frame addresses unique.

This CL makes each virtual register's shadow frame address unique in the LLVM
function. Every shadow frame address (gep instructions) are placed right after
allocas to dominate all their uses.

This reduces the number of emitted gep instructions and the memory footprint.

This may also "help" optimization passes to simplify the detection of addresses
in load/store operations where some transformations may be simplified.

Change-Id: I8fe155108db1736c533289962c983caea8c2b63f
1 file changed
tree: af4dc69d36edc6e0b372408d718068541bc0d18b
  1. build/
  2. jdwpspy/
  3. src/
  4. test/
  5. tools/
  6. .gitignore
  7. Android.mk