Class InliningBasicBlockBuilder

java.lang.Object
org.qbicc.graph.DelegatingBasicBlockBuilder
org.qbicc.plugin.opt.InliningBasicBlockBuilder
All Implemented Interfaces:
Locatable, BasicBlockBuilder, ValueHandleVisitor<Void,ExecutableElement>

public class InliningBasicBlockBuilder extends DelegatingBasicBlockBuilder implements ValueHandleVisitor<Void,ExecutableElement>
The inliner. Every method call is speculatively inlined unless it is specifically annotated otherwise.