1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib/CodeGen/InstrSched
Vikram S. Adve e18a54c249 Use vectors instead of hash_maps for issueGaps and conflictLists.
These hash lookups were a major sink of time because they happen so often!
Also, add option to disable scheduling.

llvm-svn: 4138
2002-10-13 00:40:37 +00:00
..
InstrScheduling.cpp Use vectors instead of hash_maps for issueGaps and conflictLists. 2002-10-13 00:40:37 +00:00
Makefile Makefile for InstrSched/ 2001-08-28 23:17:22 +00:00
SchedGraph.cpp Major bug fix: was not adding CD edges for RETURNs! 2002-10-13 00:39:22 +00:00
SchedGraph.h * Removed extraneous #includes 2002-08-09 20:08:03 +00:00
SchedPriorities.cpp * Removed extraneous #includes 2002-08-09 20:08:03 +00:00
SchedPriorities.h * Removed extraneous #includes 2002-08-09 20:08:03 +00:00