|
LLVM 22.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 176 of file PredicateInfo.h.
| llvm::PredicateInfo::PredicateInfo | ( | Function & | F, |
| DominatorTree & | DT, | ||
| AssumptionCache & | AC, | ||
| BumpPtrAllocator & | Allocator ) |
Definition at line 706 of file PredicateInfo.cpp.
References PredicateInfoBuilder.
| void llvm::PredicateInfo::dump | ( | ) | const |
Definition at line 842 of file PredicateInfo.cpp.
References llvm::dbgs(), and PredicateInfoAnnotatedWriter.
|
inline |
Definition at line 186 of file PredicateInfo.h.
| void llvm::PredicateInfo::print | ( | raw_ostream & | OS | ) | const |
Definition at line 837 of file PredicateInfo.cpp.
References PredicateInfoAnnotatedWriter.
| void llvm::PredicateInfo::verifyPredicateInfo | ( | ) | const |
Definition at line 768 of file PredicateInfo.cpp.
|
friend |
Definition at line 192 of file PredicateInfo.h.
References PredicateInfoAnnotatedWriter.
Referenced by dump(), PredicateInfoAnnotatedWriter, and print().
|
friend |
Definition at line 193 of file PredicateInfo.h.
References PredicateInfoBuilder.
Referenced by PredicateInfo(), and PredicateInfoBuilder.