1
0
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:
Chris Lattner 2003-09-21 00:28:18 +00:00
parent 883cc51630
commit d6c9d2ca72

View File

@ -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,