llvm-project/llvm/lib/CodeGen/InstrSched
Brian Gaeke 312e3a28d2 Make SchedGraph::dump() use SchedGraphNodeCommon's const_iterator
instead of randomly groping about inside its outEdges array.
Make SchedGraph::addDummyEdges() use getNumOutEdges() instead of
outEdges.size().
Get rid of ifdefed-out code in SchedGraph::buildGraph().

llvm-svn: 11238
2004-02-09 18:42:05 +00:00
..
InstrScheduling.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
SchedGraph.cpp Make SchedGraph::dump() use SchedGraphNodeCommon's const_iterator 2004-02-09 18:42:05 +00:00
SchedGraph.h Moved iterators to common file. 2004-01-20 17:49:42 +00:00
SchedGraphCommon.cpp Moved iterators around. 2004-01-20 17:51:13 +00:00
SchedPriorities.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
SchedPriorities.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00