1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00
llvm-mirror/lib/CodeGen/InstrSched
Vikram S. Adve 624846d3fd Eliminate most uses of the machine instruction vector for each LLVM instr,
since some m. instr. may be generated by LLVM instrs. in other blocks.
Handle non-SSA (anti and output) edges and true edges uniformly by
working with machine instructions alone.

llvm-svn: 1269
2001-11-12 18:53:43 +00:00
..
InstrScheduling.cpp Major improvement to how nodes are built for a BB. 2001-11-12 14:18:01 +00:00
Makefile Makefile for InstrSched/ 2001-08-28 23:17:22 +00:00
SchedGraph.cpp Eliminate most uses of the machine instruction vector for each LLVM instr, 2001-11-12 18:53:43 +00:00
SchedGraph.h Eliminate most uses of the machine instruction vector for each LLVM instr, 2001-11-12 18:53:43 +00:00
SchedPriorities.cpp Major improvement to how nodes are built for a BB. 2001-11-12 14:18:01 +00:00
SchedPriorities.h Pull iterators out of CFG.h and CFGdecls and put them in Support directory 2001-09-28 22:56:31 +00:00