BasicBlockVisitor

A depth-first visitor.

See: llvm_hiwrap.ast.tree

Accepted node types are: - InstructionValue - InstructionCallValue - InstructionTerminatorValue - InstructionAllocaValue - InstructionElementPtrValue

Members

Functions

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

Mixins

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

Variables

user
UserT user;
Undocumented in source.

Mixed In Members

From mixin BasicBlockAccept!(BasicBlockVisitor, 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