Go to file
Dan Gohman dfaf646c34 When scheduling a block in parts, keep track of the overall
instruction index across each part. Instruction indices are used
to make live range queries, and live ranges can extend beyond
scheduling region boundaries.

Refactor the ScheduleDAGSDNodes class some more so that it
doesn't have to worry about this additional information.

llvm-svn: 64288
2009-02-11 04:27:20 +00:00
clang CHAR_BIT == 8 2009-02-11 04:02:22 +00:00
llvm When scheduling a block in parts, keep track of the overall 2009-02-11 04:27:20 +00:00