llvm-6502/lib/CodeGen/InstrSched
Vikram S. Adve 1632e882f1 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4138 91177308-0d34-0410-b5e6-96231b3b80d8
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
SchedGraph.cpp
SchedGraph.h
SchedPriorities.cpp
SchedPriorities.h