|
LLVM 23.0.0git
|
This is the complete list of members for llvm::CondBrInst, including all inherited members.
| classof(const Instruction *I) | llvm::CondBrInst | inlinestatic |
| classof(const Value *V) | llvm::CondBrInst | inlinestatic |
| cloneImpl() const | llvm::CondBrInst | protected |
| Create(Value *Cond, BasicBlock *IfTrue, BasicBlock *IfFalse, InsertPosition InsertBefore=nullptr) | llvm::CondBrInst | inlinestatic |
| DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value) | llvm::CondBrInst | |
| getCondition() const | llvm::CondBrInst | inline |
| getNumSuccessors() const | llvm::CondBrInst | inline |
| getSuccessor(unsigned i) const | llvm::CondBrInst | inline |
| Instruction class | llvm::CondBrInst | friend |
| setCondition(Value *V) | llvm::CondBrInst | inline |
| setSuccessor(unsigned idx, BasicBlock *NewSucc) | llvm::CondBrInst | inline |
| successors() | llvm::CondBrInst | inline |
| successors() const | llvm::CondBrInst | inline |
| swapSuccessors() | llvm::CondBrInst |