Searched refs:DB_ (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopVectorize.h | 194 DemandedBits &DB_, AssumptionCache &AC_,
|
| H A D | SLPVectorizer.h | 81 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_,
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 10114 DemandedBits &DB_, AssumptionCache &AC_, LoopAccessInfoManager &LAIs_, in runImpl() argument 10124 DB = &DB_; in runImpl()
|
| H A D | SLPVectorizer.cpp | 15831 AssumptionCache *AC_, DemandedBits *DB_, in runImpl() argument 15842 DB = DB_; in runImpl()
|