Struct rustc::middle::trans::basic_block::BasicBlock[src]
pub struct BasicBlock(pub BasicBlockRef);
Methods
impl BasicBlock
Wrapper for LLVM BasicBlockRef
pub struct BasicBlock(pub BasicBlockRef);
impl BasicBlockWrapper for LLVM BasicBlockRef
fn get(&self) -> BasicBlockReffn as_value(self) -> Valuefn pred_iter(self) -> Predsfn get_single_predecessor(self) -> Option<BasicBlock>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).