LLVM 22.0.0git
|
#include "llvm/Transforms/Utils/PredicateInfo.h"
Public Member Functions | |
PredicateWithEdge ()=delete | |
Public Member Functions inherited from llvm::PredicateBase | |
PredicateBase (const PredicateBase &)=delete | |
PredicateBase & | operator= (const PredicateBase &)=delete |
PredicateBase ()=delete | |
LLVM_ABI std::optional< PredicateConstraint > | getConstraint () const |
Fetch condition in the form of PredicateConstraint, if possible. |
Static Public Member Functions | |
static bool | classof (const PredicateBase *PB) |
Static Public Member Functions inherited from llvm::PredicateBase | |
static bool | classof (const PredicateBase *PB) |
Public Attributes | |
BasicBlock * | From |
BasicBlock * | To |
Public Attributes inherited from llvm::PredicateBase | |
PredicateType | Type |
Value * | OriginalOp |
Value * | RenamedOp |
Value * | Condition |
Protected Member Functions | |
PredicateWithEdge (PredicateType PType, Value *Op, BasicBlock *From, BasicBlock *To, Value *Cond) | |
Protected Member Functions inherited from llvm::PredicateBase | |
PredicateBase (PredicateType PT, Value *Op, Value *Condition) |
Definition at line 128 of file PredicateInfo.h.
|
delete |
Referenced by llvm::PredicateBranch::PredicateBranch(), and llvm::PredicateSwitch::PredicateSwitch().
|
inlineprotected |
Definition at line 138 of file PredicateInfo.h.
References Cond, From, llvm::PredicateBase::PredicateBase(), and To.
|
inlinestatic |
Definition at line 133 of file PredicateInfo.h.
References PB(), llvm::PredicateBase::PredicateBase(), llvm::PT_Branch, and llvm::PT_Switch.
BasicBlock* llvm::PredicateWithEdge::From |
Definition at line 130 of file PredicateInfo.h.
Referenced by PredicateWithEdge().
BasicBlock* llvm::PredicateWithEdge::To |
Definition at line 131 of file PredicateInfo.h.
Referenced by PredicateWithEdge().