llvm/lib/CodeGen/InstrSched
Vikram S. Adve 0e1158f340 Implementation of instruction scheduling for LLVM.
Currently schedules one basic block at a time.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@396 91177308-0d34-0410-b5e6-96231b3b80d8
2001-08-28 23:07:19 +00:00
..
InstrScheduling.cpp Implementation of instruction scheduling for LLVM. 2001-08-28 23:07:19 +00:00
SchedGraph.cpp Scheduling DAG for instruction scheduling. Currently for a single basic block. 2001-08-28 23:06:02 +00:00
SchedPriorities.cpp Class that encapsulates priority heuristics for instruction scheduling. 2001-08-28 23:06:49 +00:00