Use vectors instead of hash_maps for issueGaps and conflictLists.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 13 Oct 2002 00:40:37 +0000 (00:40 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 13 Oct 2002 00:40:37 +0000 (00:40 +0000)
commit1632e882f1a4a0a18be5821020a1bd2029656d80
treef4441598dcafd3771be2a66e52ec02b33b99b776
parentacf0f704f91ec826049fd706883397086ae6d324
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
lib/CodeGen/InstrSched/InstrScheduling.cpp
lib/Target/SparcV9/InstrSched/InstrScheduling.cpp