Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp110 typedef SmallVector<StoreInst *, 8> StoreList; typedef in __anon259313270111::LoopIdiomRecognize
111 StoreList StoreRefs;
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp626 SmallVector<Instruction*, 16> StoreList; member
734 for (auto Inst : StoreList) { in materializeStores()
851 InstrumentationList.size() + StoreList.size() > in runOnFunction()
1287 StoreList.push_back(&I); in visitStoreInst()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp362 typedef SmallVector<StoreInst *, 8> StoreList; typedef in __anonf9942ad60111::BoUpSLP
3145 typedef SmallVector<StoreInst *, 8> StoreList; typedef
3146 typedef MapVector<Value *, StoreList> StoreListMap;