Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-28 | Delete the LiveValues pass. I won't get get back to the project it | Dan Gohman | |
was started for in the foreseeable future. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126668 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-11-11 | remove redundant foward declaration. This function is already in | Chris Lattner | |
Analysis/Passes.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86765 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-03-19 | Add a liveness analysis pass for LLVM IR values. This computes | Dan Gohman | |
the set of blocks in which values are used, the set in which values are live-through, and the set in which values are killed. For the live-through and killed sets, conservative approximations are used. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67309 91177308-0d34-0410-b5e6-96231b3b80d8 |