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 void
JSStructuredControlflowCodeGenerator. startIfElseBlock(If node)
void
JSStructuredControlflowCodeGenerator. 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 void
OpenCLStructuredControlflowCodeGenerator. startIfElseBlock(If node)
void
OpenCLStructuredControlflowCodeGenerator. 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 void
StructuredControlflowCodeGenerator. startIfElseBlock(If node)
void
StructuredControlflowCodeGenerator. startIfWithTrueBlock(If node)
private void
Sequencer. 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 void
WasmStructuredControlflowCodeGenerator. startIfElseBlock(If node)
void
WasmStructuredControlflowCodeGenerator. 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 If
Graph. newIf()
-