|
LLVM 23.0.0git
|
Encapsulates PredicateInfo, including all data associated with memory accesses. More...
#include "llvm/Transforms/Utils/PredicateInfo.h"
Public Member Functions | |
| LLVM_ABI | PredicateInfo (Function &, DominatorTree &, AssumptionCache &, BumpPtrAllocator &) |
| LLVM_ABI void | verifyPredicateInfo () const |
| LLVM_ABI void | dump () const |
| LLVM_ABI 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 208 of file PredicateInfo.h.
| llvm::PredicateInfo::PredicateInfo | ( | Function & | F, |
| DominatorTree & | DT, | ||
| AssumptionCache & | AC, | ||
| BumpPtrAllocator & | Allocator ) |
Definition at line 719 of file PredicateInfo.cpp.
References PredicateInfoBuilder.
| void llvm::PredicateInfo::dump | ( | ) | const |
Definition at line 867 of file PredicateInfo.cpp.
References llvm::dbgs(), and PredicateInfoAnnotatedWriter.
|
inline |
Definition at line 218 of file PredicateInfo.h.
| void llvm::PredicateInfo::print | ( | raw_ostream & | OS | ) | const |
Definition at line 862 of file PredicateInfo.cpp.
References PredicateInfoAnnotatedWriter.
| void llvm::PredicateInfo::verifyPredicateInfo | ( | ) | const |
Definition at line 788 of file PredicateInfo.cpp.
|
friend |
Definition at line 224 of file PredicateInfo.h.
References PredicateInfoAnnotatedWriter.
Referenced by dump(), PredicateInfoAnnotatedWriter, and print().
|
friend |
Definition at line 225 of file PredicateInfo.h.
References PredicateInfoBuilder.
Referenced by PredicateInfo(), and PredicateInfoBuilder.