aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.h
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2005-02-23 02:01:42 +0000
committerTanya Lattner <tonic@nondot.org>2005-02-23 02:01:42 +0000
commit01b4abd3487b313482ebbce42398ef0d129b2737 (patch)
tree597943b0b5bc34da780540f0758b8b76dc7e7694 /lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.h
parent6c2997f5b90449b00387d0635ce9acf0874b8383 (diff)
Fixed bug in findAllcircuits. Fixed branch addition to schedule. Added debug information.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20280 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.h')
-rw-r--r--lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.h b/lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.h
index a8215d6a42..b2d9ccb9d2 100644
--- a/lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.h
+++ b/lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.h
@@ -97,7 +97,12 @@ namespace llvm {
void unblock(MSchedGraphNode *u, std::set<MSchedGraphNode*> &blocked,
std::map<MSchedGraphNode*, std::set<MSchedGraphNode*> > &B);
+ void searchPath(MSchedGraphNode *node,
+ std::vector<MSchedGraphNode*> &path,
+ std::set<MSchedGraphNode*> &nodesToAdd);
+
void computePartialOrder();
+
bool computeSchedule();
bool scheduleNode(MSchedGraphNode *node,
int start, int end);