Home
last modified time | relevance | path

Searched refs:StoreList (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h57 using StoreList = SmallVector<StoreInst *, 8>; member
58 using StoreListMap = MapVector<Value *, StoreList>;
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp177 using StoreList = SmallVector<StoreInst *, 8>; typedef in __anonb3094e750111::LoopIdiomRecognize
178 using StoreListMap = MapVector<Value *, StoreList>;
182 StoreList StoreRefsForMemcpy;
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1066 SmallVector<StoreInst *, 16> StoreList; member
1184 for (StoreInst *SI : StoreList) { in materializeStores()
1326 InstrumentationList.size() + StoreList.size() > in runOnFunction()
1932 StoreList.push_back(&I); in visitStoreInst()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp847 using StoreList = SmallVector<StoreInst *, 8>; typedef in llvm::slpvectorizer::BoUpSLP