mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-03 09:14:30 +00:00
Add prototype
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8640 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
11fc9301fb
commit
628bf091e6
@ -165,6 +165,9 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
void markReachableFunctionsExternallyAccessible(DSNode *N,
|
||||||
|
hash_set<DSNode*> &Visited);
|
||||||
|
|
||||||
void inlineGraphIntoCallees(DSGraph &G);
|
void inlineGraphIntoCallees(DSGraph &G);
|
||||||
DSGraph &getOrCreateDSGraph(Function &F);
|
DSGraph &getOrCreateDSGraph(Function &F);
|
||||||
void ComputePostOrder(Function &F, hash_set<DSGraph*> &Visited,
|
void ComputePostOrder(Function &F, hash_set<DSGraph*> &Visited,
|
||||||
|
@ -165,6 +165,9 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
void markReachableFunctionsExternallyAccessible(DSNode *N,
|
||||||
|
hash_set<DSNode*> &Visited);
|
||||||
|
|
||||||
void inlineGraphIntoCallees(DSGraph &G);
|
void inlineGraphIntoCallees(DSGraph &G);
|
||||||
DSGraph &getOrCreateDSGraph(Function &F);
|
DSGraph &getOrCreateDSGraph(Function &F);
|
||||||
void ComputePostOrder(Function &F, hash_set<DSGraph*> &Visited,
|
void ComputePostOrder(Function &F, hash_set<DSGraph*> &Visited,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user