Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp286 InstrListMap LoadRefs, StoreRefs; in run() local
287 std::tie(LoadRefs, StoreRefs) = collectInstructions(BB); in run()
289 Changed |= vectorizeChains(StoreRefs); in run()
794 InstrListMap StoreRefs; in collectInstructions() local
892 StoreRefs[ID].push_back(SI); in collectInstructions()
896 return {LoadRefs, StoreRefs}; in collectInstructions()