1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/include
Jakob Stoklund Olesen f881310607 Add an InterferenceCache class for caching per-block interference ranges.
When the greedy register allocator is splitting multiple global live ranges, it
tends to look at the same interference data many times. The InterferenceCache
class caches queries for unaltered LiveIntervalUnions.

llvm-svn: 128764
2011-04-02 06:03:35 +00:00
..
llvm Add an InterferenceCache class for caching per-block interference ranges. 2011-04-02 06:03:35 +00:00
llvm-c C-API: Include DataTypes.h instead of stdint.h. 2011-03-29 02:30:34 +00:00