|
LLVM
8.0.1
|
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 | PredicateInfoPrinterLegacyPass |
Encapsulates PredicateInfo, including all data associated with memory accesses.
Definition at line 200 of file PredicateInfo.h.
| llvm::PredicateInfo::PredicateInfo | ( | Function & | F, |
| DominatorTree & | DT, | ||
| AssumptionCache & | AC | ||
| ) |
Definition at line 715 of file PredicateInfo.cpp.
References llvm::SmallVectorImpl< T >::resize().
| llvm::PredicateInfo::~PredicateInfo | ( | ) |
Definition at line 725 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 837 of file PredicateInfo.cpp.
References llvm::dbgs(), and F().
|
inline |
Definition at line 222 of file PredicateInfo.h.
Referenced by llvm::PredicateInfoAnnotatedWriter::emitInstructionAnnot(), and llvm::replaceCreatedSSACopys().
| void llvm::PredicateInfo::print | ( | raw_ostream & | OS | ) | const |
Definition at line 832 of file PredicateInfo.cpp.
References F().
| void llvm::PredicateInfo::verifyPredicateInfo | ( | ) | const |
Definition at line 740 of file PredicateInfo.cpp.
References llvm::PredicateInfoPrinterLegacyPass::ID.
|
friend |
Definition at line 228 of file PredicateInfo.h.
|
friend |
Definition at line 229 of file PredicateInfo.h.
1.8.13