Searched refs:AC_ (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LazyValueInfo.h | 42 LazyValueInfo(AssumptionCache *AC_, const DataLayout *DL_, in LazyValueInfo() argument 44 : AC(AC_), DL(DL_), TLI(TLI_) {} in LazyValueInfo()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/ |
| H A D | NaryReassociate.h | 107 bool runImpl(Function &F, AssumptionCache *AC_, DominatorTree *DT_,
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | SLPVectorizer.h | 78 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_,
|
| H A D | LoopVectorize.h | 196 AAResults &AA_, AssumptionCache &AC_,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineNegator.cpp | 103 Negator::Negator(LLVMContext &C, const DataLayout &DL_, AssumptionCache &AC_, in Negator() argument 110 DL(DL_), AC(AC_), DT(DT_), IsTrulyNegation(IsTrulyNegation_) {}
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | NaryReassociate.cpp | 199 bool NaryReassociatePass::runImpl(Function &F, AssumptionCache *AC_, in runImpl() argument 203 AC = AC_; in runImpl()
|
| H A D | MemCpyOptimizer.cpp | 1663 AliasAnalysis *AA_, AssumptionCache *AC_, in runImpl() argument 1668 AC = AC_; in runImpl()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 57 HexagonVectorCombine(Function &F_, AliasAnalysis &AA_, AssumptionCache &AC_, in HexagonVectorCombine() argument 60 : F(F_), DL(F.getParent()->getDataLayout()), AA(AA_), AC(AC_), DT(DT_), in HexagonVectorCombine()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 10447 DemandedBits &DB_, AAResults &AA_, AssumptionCache &AC_, in runImpl() argument 10457 AC = &AC_; in runImpl()
|
| H A D | SLPVectorizer.cpp | 9986 AssumptionCache *AC_, DemandedBits *DB_, in runImpl() argument 9996 AC = AC_; in runImpl()
|