LLVM 20.0.0git
|
#include "llvm/Transforms/Utils/PredicateInfo.h"
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 | |
Value * | CaseValue |
SwitchInst * | Switch |
Public Attributes inherited from llvm::PredicateWithEdge | |
BasicBlock * | From |
BasicBlock * | To |
Public Attributes inherited from llvm::PredicateBase | |
PredicateType | Type |
Value * | OriginalOp |
Value * | RenamedOp |
Value * | Condition |
Additional Inherited Members | |
Protected Types inherited from llvm::ilist_node_impl< OptionsT > | |
using | self_iterator = typename ilist_select_iterator_type< OptionsT::has_iterator_bits, OptionsT, false, false >::type |
using | const_self_iterator = typename ilist_select_iterator_type< OptionsT::has_iterator_bits, OptionsT, false, true >::type |
using | reverse_self_iterator = typename ilist_select_iterator_type< OptionsT::has_iterator_bits, OptionsT, true, false >::type |
using | const_reverse_self_iterator = typename ilist_select_iterator_type< OptionsT::has_iterator_bits, OptionsT, true, true >::type |
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) | |
Protected Member Functions inherited from llvm::ilist_node_impl< OptionsT > | |
ilist_node_impl ()=default | |
Definition at line 159 of file PredicateInfo.h.
|
inline |
Definition at line 164 of file PredicateInfo.h.
|
delete |
|
inlinestatic |
Definition at line 170 of file PredicateInfo.h.
References PB(), and llvm::PT_Switch.
Value* llvm::PredicateSwitch::CaseValue |
Definition at line 161 of file PredicateInfo.h.
SwitchInst* llvm::PredicateSwitch::Switch |
Definition at line 163 of file PredicateInfo.h.