LLVM 22.0.0git
llvm::PredicateBranch Class Reference

#include "llvm/Transforms/Utils/PredicateInfo.h"

Inheritance diagram for llvm::PredicateBranch:
[legend]

Public Member Functions

 PredicateBranch (Value *Op, BasicBlock *BranchBB, BasicBlock *SplitBB, Value *Condition, bool TakenEdge)
 PredicateBranch ()=delete
Public Member Functions inherited from llvm::PredicateWithEdge
 PredicateWithEdge ()=delete
Public Member Functions inherited from llvm::PredicateBase
 PredicateBase (const PredicateBase &)=delete
PredicateBaseoperator= (const PredicateBase &)=delete
 PredicateBase ()=delete
LLVM_ABI std::optional< PredicateConstraintgetConstraint () 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::PredicateWithEdge
static bool classof (const PredicateBase *PB)
Static Public Member Functions inherited from llvm::PredicateBase
static bool classof (const PredicateBase *PB)

Public Attributes

bool TrueEdge
Public Attributes inherited from llvm::PredicateWithEdge
BasicBlockFrom
BasicBlockTo
Public Attributes inherited from llvm::PredicateBase
PredicateType Type
ValueOriginalOp
ValueRenamedOp
ValueCondition

Additional Inherited Members

Protected Member Functions inherited from llvm::PredicateWithEdge
 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)

Detailed Description

Definition at line 144 of file PredicateInfo.h.

Constructor & Destructor Documentation

◆ PredicateBranch() [1/2]

llvm::PredicateBranch::PredicateBranch ( Value * Op,
BasicBlock * BranchBB,
BasicBlock * SplitBB,
Value * Condition,
bool TakenEdge )
inline

◆ PredicateBranch() [2/2]

llvm::PredicateBranch::PredicateBranch ( )
delete

Member Function Documentation

◆ classof()

bool llvm::PredicateBranch::classof ( const PredicateBase * PB)
inlinestatic

Definition at line 153 of file PredicateInfo.h.

References PB(), and llvm::PT_Branch.

Member Data Documentation

◆ TrueEdge

bool llvm::PredicateBranch::TrueEdge

Definition at line 147 of file PredicateInfo.h.

Referenced by PredicateBranch().


The documentation for this class was generated from the following file: