mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Add prototype
llvm-svn: 8640
This commit is contained in:
parent
883cc51630
commit
d6c9d2ca72
@ -165,6 +165,9 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
void markReachableFunctionsExternallyAccessible(DSNode *N,
|
||||
hash_set<DSNode*> &Visited);
|
||||
|
||||
void inlineGraphIntoCallees(DSGraph &G);
|
||||
DSGraph &getOrCreateDSGraph(Function &F);
|
||||
void ComputePostOrder(Function &F, hash_set<DSGraph*> &Visited,
|
||||
|
Loading…
x
Reference in New Issue
Block a user