#include <BytecodeLivenessAnalysis.h>
◆ BytecodeLivenessAnalysis() [1/2]
JSC::BytecodeLivenessAnalysis::BytecodeLivenessAnalysis |
( |
CodeBlock * |
codeBlock | ) |
|
◆ BytecodeLivenessAnalysis() [2/2]
JSC::BytecodeLivenessAnalysis::BytecodeLivenessAnalysis |
( |
CodeBlock * |
| ) |
|
◆ computeFullLiveness() [1/2]
◆ computeFullLiveness() [2/2]
◆ computeKills() [1/2]
◆ computeKills() [2/2]
◆ getLivenessInfoAtBytecodeOffset() [1/2]
FastBitVector JSC::BytecodeLivenessAnalysis::getLivenessInfoAtBytecodeOffset |
( |
unsigned |
bytecodeOffset | ) |
|
◆ getLivenessInfoAtBytecodeOffset() [2/2]
FastBitVector JSC::BytecodeLivenessAnalysis::getLivenessInfoAtBytecodeOffset |
( |
unsigned |
bytecodeOffset | ) |
|
◆ operandIsLiveAtBytecodeOffset() [1/2]
bool JSC::BytecodeLivenessAnalysis::operandIsLiveAtBytecodeOffset |
( |
int |
operand, |
|
|
unsigned |
bytecodeOffset |
|
) |
| |
◆ operandIsLiveAtBytecodeOffset() [2/2]
bool JSC::BytecodeLivenessAnalysis::operandIsLiveAtBytecodeOffset |
( |
int |
operand, |
|
|
unsigned |
bytecodeOffset |
|
) |
| |
◆ BytecodeLivenessPropagation< BytecodeLivenessAnalysis >
The documentation for this class was generated from the following files: