Home
last modified time | relevance | path

Searched refs:LoadRefs (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()
297 Changed |= vectorizeChains(LoadRefs); in run()
728 InstrListMap LoadRefs; in collectInstructions() local
781 LoadRefs[ID].push_back(LI); in collectInstructions()
831 return {LoadRefs, StoreRefs}; in collectInstructions()