Struct llvm_ir::terminator::Br [−][src]
Expand description
See LLVM 12 docs on the ‘br’ instruction.
The LLVM ‘br’ instruction has both conditional and unconditional variants, which we separate – this is
the unconditional variant, while the conditional variant is CondBr.
Fields
dest: NameThe Name of the BasicBlock destination.
debugloc: Option<DebugLoc>Trait Implementations
Performs the conversion.
Returns the DebugLoc associated with the given Instruction,
Terminator, GlobalVariable, or Function; or None if it doesn’t
have a DebugLoc. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more