public class VarFinder extends Object
Modifier and Type | Method and Description |
---|---|
static Set<Var> |
assignMention(Op op) |
static Set<Var> |
filter(Op op) |
static Set<Var> |
fixed(Op op) |
Set<Var> |
getAssign() |
Set<Var> |
getFilter() |
Set<Var> |
getFixed() |
Set<Var> |
getOpt() |
static Set<Var> |
optDefined(Op op) |
public VarFinder(Op op)
Licenced under the Apache License, Version 2.0