llvm-6502/include/llvm-c
Gerolf Hoflehner d94715e273 MergedLoadStoreMotion pass
Merges equivalent loads on both sides of a hammock/diamond
and hoists into into the header.
Merges equivalent stores on both sides of a hammock/diamond
and sinks it to the footer.
Can enable if conversion and tolerate better load misses
and store operand latencies.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213396 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-18 19:13:09 +00:00
..
Transforms MergedLoadStoreMotion pass 2014-07-18 19:13:09 +00:00
Analysis.h
BitReader.h
BitWriter.h
Core.h Add a dereferenceable attribute 2014-07-18 15:51:28 +00:00
Disassembler.h
ExecutionEngine.h
Initialization.h
IRReader.h
Linker.h
LinkTimeOptimizer.h
lto.h Move LTOModule and LTOCodeGenerator to the llvm namespace. 2014-05-03 14:59:52 +00:00
module.modulemap [modules] The LLVM C API does not require C++! 2014-06-12 22:09:39 +00:00
Object.h
Support.h
Target.h
TargetMachine.h