BasicBlockVisitor

A depth-first visitor.

See: llvm_hiwrap.ast.tree

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

struct BasicBlockVisitor (
UserT
) {
UserT user;
}

Meta