LLVM 22.0.0git
Classes | Public Member Functions | List of all members
llvm::PredicateInfoBuilder Class Reference

Public Member Functions

 PredicateInfoBuilder (PredicateInfo &PI, Function &F, DominatorTree &DT, AssumptionCache &AC, BumpPtrAllocator &Allocator)
 
void buildPredicateInfo ()
 

Detailed Description

Definition at line 194 of file PredicateInfo.cpp.

Constructor & Destructor Documentation

◆ PredicateInfoBuilder()

llvm::PredicateInfoBuilder::PredicateInfoBuilder ( PredicateInfo PI,
Function F,
DominatorTree DT,
AssumptionCache AC,
BumpPtrAllocator Allocator 
)
inline

Definition at line 244 of file PredicateInfo.cpp.

References Allocator, F, and llvm::SmallVectorImpl< T >::resize().

Member Function Documentation

◆ buildPredicateInfo()

void llvm::PredicateInfoBuilder::buildPredicateInfo ( )

The documentation for this class was generated from the following file: