Uses of Class
de.mirkosertic.bytecoder.core.ir.If
-
-
Uses of If in de.mirkosertic.bytecoder.core.backend.js
Methods in de.mirkosertic.bytecoder.core.backend.js with parameters of type If Modifier and Type Method Description voidJSStructuredControlflowCodeGenerator. startIfElseBlock(If node)voidJSStructuredControlflowCodeGenerator. startIfWithTrueBlock(If node) -
Uses of If in de.mirkosertic.bytecoder.core.backend.opencl
Methods in de.mirkosertic.bytecoder.core.backend.opencl with parameters of type If Modifier and Type Method Description voidOpenCLStructuredControlflowCodeGenerator. startIfElseBlock(If node)voidOpenCLStructuredControlflowCodeGenerator. startIfWithTrueBlock(If node) -
Uses of If in de.mirkosertic.bytecoder.core.backend.sequencer
Methods in de.mirkosertic.bytecoder.core.backend.sequencer with parameters of type If Modifier and Type Method Description voidStructuredControlflowCodeGenerator. startIfElseBlock(If node)voidStructuredControlflowCodeGenerator. startIfWithTrueBlock(If node)private voidSequencer. visit(If node, java.util.Stack<Sequencer.Block> activeStack) -
Uses of If in de.mirkosertic.bytecoder.core.backend.wasm
Methods in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type If Modifier and Type Method Description voidWasmStructuredControlflowCodeGenerator. startIfElseBlock(If node)voidWasmStructuredControlflowCodeGenerator. startIfWithTrueBlock(If node) -
Uses of If in de.mirkosertic.bytecoder.core.ir
Methods in de.mirkosertic.bytecoder.core.ir that return If Modifier and Type Method Description IfGraph. newIf()IfIf. stampInto(Graph target)
-