Module SsaComputeImpl
Import path
import semmle.python.essa.SsaComputePredicates
| defRank | Holds if there is a definition of a variable occurring at the specified rank index in basic block |
| defUseRank | Holds if the |
| lastRank | Gets the maximum rank index for the given variable and basic block. |
| ssaDef | Holds if there is a definition of an SSA variable occurring at the specified position. This is either a phi node, a |
| ssaDefReachesRank | Holds if the SSA definition reaches the rank index |
| ssaDefReachesUseWithinBlock | Holds if the SSA definition of |
| variableDef | |
| variableDefine | |
| variableRefine | |
| variableUse | Holds if there is a variable access |