LLVM 20.0.0git
|
Encapsulates PredicateInfo, including all data associated with memory accesses. More...
#include "llvm/Transforms/Utils/PredicateInfo.h"
Public Member Functions | |
PredicateInfo (Function &, DominatorTree &, AssumptionCache &) | |
~PredicateInfo () | |
void | verifyPredicateInfo () const |
void | dump () const |
void | print (raw_ostream &) const |
const PredicateBase * | getPredicateInfoFor (const Value *V) const |
Friends | |
class | PredicateInfoAnnotatedWriter |
class | PredicateInfoBuilder |
Encapsulates PredicateInfo, including all data associated with memory accesses.
Definition at line 177 of file PredicateInfo.h.
llvm::PredicateInfo::PredicateInfo | ( | Function & | F, |
DominatorTree & | DT, | ||
AssumptionCache & | AC | ||
) |
Definition at line 753 of file PredicateInfo.cpp.
References llvm::PredicateInfoBuilder::buildPredicateInfo(), and F.
llvm::PredicateInfo::~PredicateInfo | ( | ) |
Definition at line 762 of file PredicateInfo.cpp.
References assert(), llvm::Function::eraseFromParent(), llvm::SmallPtrSetImpl< PtrType >::insert(), llvm::Value::user_begin(), and llvm::Value::user_end().
void llvm::PredicateInfo::dump | ( | ) | const |
Definition at line 900 of file PredicateInfo.cpp.
References llvm::dbgs(), and F.
|
inline |
Definition at line 187 of file PredicateInfo.h.
Referenced by llvm::PredicateInfoAnnotatedWriter::emitInstructionAnnot(), and llvm::replaceCreatedSSACopys().
void llvm::PredicateInfo::print | ( | raw_ostream & | OS | ) | const |
Definition at line 895 of file PredicateInfo.cpp.
void llvm::PredicateInfo::verifyPredicateInfo | ( | ) | const |
Definition at line 827 of file PredicateInfo.cpp.
|
friend |
Definition at line 193 of file PredicateInfo.h.
|
friend |
Definition at line 194 of file PredicateInfo.h.