mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove the top-down call graph ABI and use the reverse bottom-up.
Swift SVN r13544
This commit is contained in:
@@ -58,10 +58,6 @@ namespace swift {
|
||||
/// include functions that don't participate in any call (caller or callee).
|
||||
void bottomUpCallGraphOrder(SILModule *M, std::vector<SILFunction*> &order);
|
||||
|
||||
/// Return the top-down call-graph order for module M. Notice that we don't
|
||||
/// include functions that don't participate in any call (caller or callee).
|
||||
void topDownCallGraphOrder(SILModule *M, std::vector<SILFunction*> &order);
|
||||
|
||||
/// Does the passed in BuiltinFunctionRefInst have any side effects?
|
||||
bool isSideEffectFree(BuiltinFunctionRefInst *FR);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user