LLVM 18.0.0git
|
#include "llvm/Transforms/Utils/PredicateInfo.h"
Public Member Functions | |
PredicateBranch (Value *Op, BasicBlock *BranchBB, BasicBlock *SplitBB, Value *Condition, bool TakenEdge) | |
PredicateBranch ()=delete | |
![]() | |
PredicateWithEdge ()=delete | |
![]() | |
PredicateBase (const PredicateBase &)=delete | |
PredicateBase & | operator= (const PredicateBase &)=delete |
PredicateBase ()=delete | |
virtual | ~PredicateBase ()=default |
std::optional< PredicateConstraint > | getConstraint () const |
Fetch condition in the form of PredicateConstraint, if possible. | |
![]() | |
self_iterator | getIterator () |
const_self_iterator | getIterator () const |
reverse_self_iterator | getReverseIterator () |
const_reverse_self_iterator | getReverseIterator () const |
bool | isSentinel () const |
Check whether this is the sentinel node. | |
Static Public Member Functions | |
static bool | classof (const PredicateBase *PB) |
![]() | |
static bool | classof (const PredicateBase *PB) |
![]() | |
static bool | classof (const PredicateBase *PB) |
Public Attributes | |
bool | TrueEdge |
![]() | |
BasicBlock * | From |
BasicBlock * | To |
![]() | |
PredicateType | Type |
Value * | OriginalOp |
Value * | RenamedOp |
Value * | Condition |
Additional Inherited Members | |
![]() | |
using | self_iterator = ilist_iterator< OptionsT, false, false > |
using | const_self_iterator = ilist_iterator< OptionsT, false, true > |
using | reverse_self_iterator = ilist_iterator< OptionsT, true, false > |
using | const_reverse_self_iterator = ilist_iterator< OptionsT, true, true > |
![]() | |
PredicateWithEdge (PredicateType PType, Value *Op, BasicBlock *From, BasicBlock *To, Value *Cond) | |
![]() | |
PredicateBase (PredicateType PT, Value *Op, Value *Condition) | |
![]() | |
ilist_node_impl ()=default | |
Definition at line 146 of file PredicateInfo.h.
|
inline |
Definition at line 150 of file PredicateInfo.h.
|
delete |
|
inlinestatic |
Definition at line 155 of file PredicateInfo.h.
References PB(), and llvm::PT_Branch.
bool llvm::PredicateBranch::TrueEdge |
Definition at line 149 of file PredicateInfo.h.