Searched refs:DB_ (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopVectorize.h | 193 DemandedBits &DB_, AssumptionCache &AC_,
|
| H A D | SLPVectorizer.h | 81 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 10590 DemandedBits &DB_, AssumptionCache &AC_, LoopAccessInfoManager &LAIs_, in runImpl() argument 10600 DB = &DB_; in runImpl()
|
| H A D | SLPVectorizer.cpp | 11323 AssumptionCache *AC_, DemandedBits *DB_, in runImpl() argument 11334 DB = DB_; in runImpl()
|