Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp277 InstrListMap LoadRefs, StoreRefs; in run() local
278 std::tie(LoadRefs, StoreRefs) = collectInstructions(BB); in run()
279 Changed |= vectorizeChains(LoadRefs); in run()
710 InstrListMap LoadRefs; in collectInstructions() local
763 LoadRefs[ID].push_back(LI); in collectInstructions()
813 return {LoadRefs, StoreRefs}; in collectInstructions()
/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp58 ValueListMap LoadRefs; member in __anon6d6802dd0111::Vectorizer
202 Changed |= vectorizeChains(LoadRefs); in run()
497 LoadRefs.clear(); in collectInstructions()
538 LoadRefs[ObjPtr].push_back(LI); in collectInstructions()