add method

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4686 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-11-10 23:47:02 +00:00
parent b0dfcbf584
commit 947b10c167
2 changed files with 6 additions and 0 deletions

View File

@ -103,6 +103,9 @@ public:
}
private:
DSGraph &calculateGraph(Function &F, unsigned Indent);
bool ResolveFunctionCalls(DSGraph &G, unsigned &FirstResolvableCall,
std::map<Function*, DSCallSite> &InProcess,
unsigned Indent);
};

View File

@ -103,6 +103,9 @@ public:
}
private:
DSGraph &calculateGraph(Function &F, unsigned Indent);
bool ResolveFunctionCalls(DSGraph &G, unsigned &FirstResolvableCall,
std::map<Function*, DSCallSite> &InProcess,
unsigned Indent);
};