Home
last modified time | relevance | path

Searched refs:StoreRefs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp111 StoreList StoreRefs; member in __anon259313270111::LoopIdiomRecognize
329 StoreRefs.clear(); in collectStores()
340 StoreRefs.push_back(SI); in collectStores()
360 for (auto &SI : StoreRefs) in runOnLoopBlock()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3176 StoreRefs.clear(); in runOnFunction()
3279 StoreListMap StoreRefs; member
3416 StoreRefs.clear(); in collectStores()
3436 StoreRefs[Ptr].push_back(SI); in collectStores()
4191 for (StoreListMap::iterator it = StoreRefs.begin(), e = StoreRefs.end(); in vectorizeStoreChains()