Skip to content

Commit

Permalink
Added a flag which is set when all data structures are not pool alloc…
Browse files Browse the repository at this point in the history
…ated

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7660 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Sumant Kowshik committed Aug 7, 2003
1 parent 3314d8d commit edea6d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/llvm/Transforms/PoolAllocate.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ class PoolAllocate : public Pass {
// If an equivalence class does not require pool arguments, it is not
// on this map.
std::map<Function *, int> EqClass2LastPoolArg;

// Exception flags
// CollapseFlag set if all data structures are not pool allocated, due to
// collapsing of nodes in the DS graph
unsigned CollapseFlag;

public:
bool run(Module &M);
Expand Down

0 comments on commit edea6d6

Please sign in to comment.