|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectharpoon.Analysis.Companions.SingularFinder
public class SingularFinder
SingularFinder
is an implementation of
SingularOracle
for quad IRs.
Constructor Summary | |
---|---|
SingularFinder(HCodeFactory hcf)
Creates a SingularFinder . |
Method Summary | |
---|---|
Set<Temp> |
conditionallySingular(HMethod m,
StaticValue<Quad> sv)
Returns a set of parameters the given static value is conditionally singular dependent on, or null
if there is no such set (the static value is not singular). |
Set<Temp> |
mutuallySingular(HMethod m,
Collection<StaticValue<Quad>> svs)
Returns a set of parameters the given static values are conditionally singular dependent on, or null
if there is no such set (the values are not mutually singular). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SingularFinder(HCodeFactory hcf)
SingularFinder
.
Method Detail |
---|
public Set<Temp> conditionallySingular(HMethod m, StaticValue<Quad> sv)
SingularOracle
null
if there is no such set (the static value is not singular).
conditionallySingular
in interface SingularOracle<Quad>
public Set<Temp> mutuallySingular(HMethod m, Collection<StaticValue<Quad>> svs)
SingularOracle
null
if there is no such set (the values are not mutually singular).
mutuallySingular
in interface SingularOracle<Quad>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |