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.

Meta