mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-06 03:19:50 +00:00
Minor clean up.
llvm-svn: 25543
This commit is contained in:
parent
a8aebf9192
commit
8cae3b8cdb
@ -202,11 +202,12 @@ public:
|
||||
|
||||
virtual ~ScheduleDAGSimple() {};
|
||||
|
||||
void Schedule();
|
||||
|
||||
private:
|
||||
static bool isDefiner(NodeInfo *A, NodeInfo *B);
|
||||
void IncludeNode(NodeInfo *NI);
|
||||
void VisitAll();
|
||||
void Schedule();
|
||||
void GatherSchedulingInfo();
|
||||
void FakeGroupDominators();
|
||||
bool isStrongDependency(NodeInfo *A, NodeInfo *B);
|
||||
|
Loading…
x
Reference in New Issue
Block a user