Searched refs:AC_ (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LazyValueInfo.h | 46 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 D | NaryReassociate.h | 107 bool runImpl(Function &F, AssumptionCache *AC_, DominatorTree *DT_,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | SLPVectorizer.h | 81 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_,
|
| /freebsd/contrib/llvm-project/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 | 2202 AliasAnalysis *AA_, AssumptionCache *AC_, in runImpl() argument 2208 AC = AC_; in runImpl()
|
| /freebsd/contrib/bmake/ |
| H A D | configure.in | 449 dnl AC_* don't quite cut it.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 75 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 D | msdos | 2550 # TERMCAP._ ... FXSCOUNT.H_ ... L3CODECA.AC_ ... NPDRMV2.ZI_
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 20874 AssumptionCache *AC_, DemandedBits *DB_, in runImpl() argument 20884 AC = AC_; in runImpl()
|