ctree.cilk package

Submodules

ctree.cilk.codegen module

Code generation for Cilk.

class ctree.cilk.codegen.CilkCodeGen(indent=0)[source]

Bases: ctree.codegen.CodeGenVisitor

Visitor to generate Cilk code.

ctree.cilk.dotgen module

DOT labeller for Cilk.

class ctree.cilk.dotgen.CilkDotLabeller[source]

Bases: ctree.dotgen.DotGenLabeller

Visitor to label DOT nodes.

ctree.cilk.nodes module

Cilk nodes supported by ctree.

class ctree.cilk.nodes.CilkNode[source]

Bases: ctree.nodes.CtreeNode

Base class for all Cilk nodes supported by ctree.

codegen(indent=0)[source]

Module contents

Table Of Contents

Previous topic

ctree.c package

Next topic

ctree.cpp package

This Page