|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjoeq.Compiler.Analysis.IPA.LoopAnalysis
public class LoopAnalysis
| Nested Class Summary | |
|---|---|
class |
LoopAnalysis.InvokeVisitor
|
| Nested classes/interfaces inherited from interface joeq.Compiler.Quad.ControlFlowGraphVisitor |
|---|
ControlFlowGraphVisitor.CodeCacheVisitor |
| Constructor Summary | |
|---|---|
LoopAnalysis()
|
|
LoopAnalysis(CallGraph cg)
|
|
| Method Summary | |
|---|---|
boolean |
isInLoop(jq_Method m,
BasicBlock bb)
|
static void |
main(java.lang.String[] args)
|
void |
visitCFG(ControlFlowGraph cfg)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoopAnalysis()
public LoopAnalysis(CallGraph cg)
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOExceptionpublic void visitCFG(ControlFlowGraph cfg)
visitCFG in interface ControlFlowGraphVisitor
public boolean isInLoop(jq_Method m,
BasicBlock bb)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||