OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BranchInst
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h
3015
//
BranchInst
Class
3021
class
BranchInst
: public Instruction {
3026
BranchInst
(const
BranchInst
&BI);
3027
//
BranchInst
constructors (where {B, T, F} are blocks, and C is a condition):
3028
//
BranchInst
(BB *B) - 'br B'
3029
//
BranchInst
(BB* T, BB *F, Value *C) - 'br C, T, F'
3030
//
BranchInst
(BB* B, Inst *I) - 'br B' insert before I
3031
//
BranchInst
(BB* T, BB *F, Value *C, Inst *I) - 'br C, T, F', insert before I
3032
//
BranchInst
(BB* B, BB *I) - 'br B' insert at en
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp
1222
//
BranchInst
Implementation
1225
void
BranchInst
::AssertOK() {
1231
BranchInst
::
BranchInst
(BasicBlock *IfTrue, Instruction *InsertBefore)
1233
OperandTraits<
BranchInst
>::op_end(this) - 1, 1,
1239
BranchInst
::
BranchInst
(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
1242
OperandTraits<
BranchInst
>::op_end(this) - 3, 3,
1252
BranchInst
::
BranchInst
(BasicBlock *IfTrue, BasicBlock *InsertAtEnd
[
all
...]
Completed in 53 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026