Home
last modified time | relevance | path

Searched refs:AC_ (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h42 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 DNaryReassociate.h107 bool runImpl(Function &F, AssumptionCache *AC_, DominatorTree *DT_,
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h78 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_,
H A DLoopVectorize.h196 AAResults &AA_, AssumptionCache &AC_,
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp103 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 DNaryReassociate.cpp199 bool NaryReassociatePass::runImpl(Function &F, AssumptionCache *AC_, in runImpl() argument
203 AC = AC_; in runImpl()
H A DMemCpyOptimizer.cpp1663 AliasAnalysis *AA_, AssumptionCache *AC_, in runImpl() argument
1668 AC = AC_; in runImpl()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp57 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 DLoopVectorize.cpp10447 DemandedBits &DB_, AAResults &AA_, AssumptionCache &AC_, in runImpl() argument
10457 AC = &AC_; in runImpl()
H A DSLPVectorizer.cpp9986 AssumptionCache *AC_, DemandedBits *DB_, in runImpl() argument
9996 AC = AC_; in runImpl()