|
| template<typename Graph , typename UseFunctor , typename DefFunctor > |
| void | stepOverInstruction (Graph &, unsigned bytecodeOffset, FastBitVector &out, const UseFunctor &, const DefFunctor &) |
| |
| template<typename Graph > |
| void | stepOverInstruction (Graph &, unsigned bytecodeOffset, FastBitVector &out) |
| |
| template<typename Graph > |
| bool | computeLocalLivenessForBytecodeOffset (Graph &, BytecodeBasicBlock *, unsigned targetOffset, FastBitVector &result) |
| |
| template<typename Graph > |
| bool | computeLocalLivenessForBlock (Graph &, BytecodeBasicBlock *) |
| |
| template<typename Graph > |
| FastBitVector | getLivenessInfoAtBytecodeOffset (Graph &, unsigned bytecodeOffset) |
| |
| template<typename Graph > |
| void | runLivenessFixpoint (Graph &) |
| |
| template<typename Graph , typename UseFunctor , typename DefFunctor > |
| void | stepOverInstruction (Graph &, unsigned bytecodeOffset, FastBitVector &out, const UseFunctor &, const DefFunctor &) |
| |
| template<typename Graph > |
| void | stepOverInstruction (Graph &, unsigned bytecodeOffset, FastBitVector &out) |
| |
| template<typename Graph > |
| bool | computeLocalLivenessForBytecodeOffset (Graph &, BytecodeBasicBlock *, unsigned targetOffset, FastBitVector &result) |
| |
| template<typename Graph > |
| bool | computeLocalLivenessForBlock (Graph &, BytecodeBasicBlock *) |
| |
| template<typename Graph > |
| FastBitVector | getLivenessInfoAtBytecodeOffset (Graph &, unsigned bytecodeOffset) |
| |
| template<typename Graph > |
| void | runLivenessFixpoint (Graph &) |
| |