LLVM
8.0.1
|
#include "llvm/Transforms/Utils/PredicateInfo.h"
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 | |
PredicateBase & | operator= (const PredicateBase &)=delete |
PredicateBase ()=delete | |
virtual | ~PredicateBase ()=default |
Public Member Functions inherited from llvm::ilist_node_impl< ilist_detail::compute_node_options< PredicateBase, Options... >::type > | |
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. More... | |
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::PredicateWithCondition | |
static bool | classof (const PredicateBase *PB) |
Public Attributes | |
bool | TrueEdge |
Public Attributes inherited from llvm::PredicateWithEdge | |
BasicBlock * | From |
BasicBlock * | To |
Public Attributes inherited from llvm::PredicateWithCondition | |
Value * | Condition |
Public Attributes inherited from llvm::PredicateBase | |
PredicateType | Type |
Value * | OriginalOp |
Definition at line 163 of file PredicateInfo.h.
|
inline |
Definition at line 167 of file PredicateInfo.h.
|
delete |
|
inlinestatic |
Definition at line 172 of file PredicateInfo.h.
References llvm::PT_Branch, and llvm::PredicateBase::Type.
bool llvm::PredicateBranch::TrueEdge |
Definition at line 166 of file PredicateInfo.h.