Searched defs:BranchInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstructions.h2814 // BranchInst Class
2818 /// BranchInst - Conditional or Unconditional Branch instruction.
2820 class BranchInst : public TerminatorInst { class in namespace:llvm
2825 BranchInst(const BranchInst &BI);
2827 // BranchInst constructors (where {B, T, F} are blocks, and C is a condition):
2828 // BranchInst(BB *B) - 'br B'
2829 // BranchInst(BB* T, BB *F, Value *C) - 'br C, T, F'
2830 // BranchInst(BB* B, Inst *I) - 'br B' insert before I
2831 // BranchInst(B
[all...]

Completed in 42 milliseconds