coins.backend
インタフェース Transformer
- 既知のサブインタフェースの一覧:
- GlobalTransformer, LocalTransformer
- 既知の実装クラスの一覧:
- BackTranslateFromSsa, BackTranslateFromSsaBriggs, ChangeLoopStructure, Coalescing, CodeGenerator_mips.mipsAggregateByReference, CodeGenerator_mips.mipsSRR, CommonSubexpressionElimination, ConcatBlks, ConstantPropagation, CopyPropagation, DeadCodeElimination, DivideExpression, Dump, EdgeSplit, EmptyBlockElimination, GlobalReassociation, HoistingLoopInvariant, LirToC, OperatorStrengthReduction, PREQP, Profiler.LocalTrigger, Profiler.Trigger, RedundantPhiElimination, SsaDriver, SsaGraph, TranslateToSsa
- public interface Transformer
Common Interface for Module/Function transformer.
|
メソッドの概要 |
java.lang.String |
name()
Return the name of the transforming engine.
|
java.lang.String |
subject()
Return brief description of the tranformation. |
name
public java.lang.String name()
- Return the name of the transforming engine.
Used for trace tag name.
- 戻り値:
- the name of the transforming engine.
subject
public java.lang.String subject()
- Return brief description of the tranformation.
- 戻り値:
- brief description of the tranformation.