Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h46 LazyValueInfo(AssumptionCache *AC_, const DataLayout *DL_) in LazyValueInfo() argument
47 : AC(AC_), DL(DL_) {} in LazyValueInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h107 bool runImpl(Function &F, AssumptionCache *AC_, DominatorTree *DT_,
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h81 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_,
/freebsd/contrib/llvm-project/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.cpp2202 AliasAnalysis *AA_, AssumptionCache *AC_, in runImpl() argument
2208 AC = AC_; in runImpl()
/freebsd/contrib/bmake/
H A Dconfigure.in449 dnl AC_* don't quite cut it.
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp75 HexagonVectorCombine(Function &F_, AliasAnalysis &AA_, AssumptionCache &AC_, in HexagonVectorCombine() argument
78 : F(F_), DL(F.getDataLayout()), AA(AA_), AC(AC_), DT(DT_), in HexagonVectorCombine()
/freebsd/contrib/file/magic/Magdir/
H A Dmsdos2550 # TERMCAP._ ... FXSCOUNT.H_ ... L3CODECA.AC_ ... NPDRMV2.ZI_
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp20874 AssumptionCache *AC_, DemandedBits *DB_, in runImpl() argument
20884 AC = AC_; in runImpl()