FunctionVisitor

A depth-first visitor.

See: llvm_hiwrap.ast.tree

Accepted node types are: - FunctionValue

and those specified in: See: llvm_hiwrap.value.basic_block

Members

Functions

visit
void visit(FunctionValue n)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin BasicBlockAccept!(FunctionVisitor, UserT)
Undocumented in source.
__anonymous
mixin FunctionAccept!(FunctionVisitor, UserT)
Undocumented in source.

Variables

user
UserT user;
Undocumented in source.

Mixed In Members

From mixin FunctionAccept!(FunctionVisitor, UserT)

implAccept
void implAccept(FunctionValue n)
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin BasicBlockAccept!(FunctionVisitor, UserT)

implAccept
void implAccept(EntryBasicBlock entry)
Undocumented in source. Be warned that the author may not have intended to support it.
implAccept
void implAccept(BasicBlock n)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta