Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp295 InstrListMap LoadRefs, StoreRefs; in run() local
296 std::tie(LoadRefs, StoreRefs) = collectInstructions(BB); in run()
298 Changed |= vectorizeChains(StoreRefs); in run()
729 InstrListMap StoreRefs; in collectInstructions() local
827 StoreRefs[ID].push_back(SI); in collectInstructions()
831 return {LoadRefs, StoreRefs}; in collectInstructions()