Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp288 InstrListMap LoadRefs, StoreRefs; in run() local
289 std::tie(LoadRefs, StoreRefs) = collectInstructions(BB); in run()
290 Changed |= vectorizeChains(LoadRefs); in run()
815 InstrListMap LoadRefs; in collectInstructions() local
861 LoadRefs[ID].push_back(LI); in collectInstructions()
905 return {LoadRefs, StoreRefs}; in collectInstructions()