Searched refs:DB_ (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopVectorize.h | 193 DemandedBits &DB_, AssumptionCache &AC_,
|
| H A D | SLPVectorizer.h | 80 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 10276 DemandedBits &DB_, AssumptionCache &AC_, LoopAccessInfoManager &LAIs_, in runImpl() argument 10286 DB = &DB_; in runImpl()
|
| H A D | SLPVectorizer.cpp | 13353 AssumptionCache *AC_, DemandedBits *DB_, in runImpl() argument 13364 DB = DB_; in runImpl()
|