Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp285 InstrListMap LoadRefs, StoreRefs; in run() local
286 std::tie(LoadRefs, StoreRefs) = collectInstructions(BB); in run()
287 Changed |= vectorizeChains(LoadRefs); in run()
812 InstrListMap LoadRefs; in collectInstructions() local
858 LoadRefs[ID].push_back(LI); in collectInstructions()
902 return {LoadRefs, StoreRefs}; in collectInstructions()