Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp110 using InstrListMap = MapVector<ChainID, InstrList>; typedef
185 std::pair<InstrListMap, InstrListMap> collectInstructions(BasicBlock *BB);
189 bool vectorizeChains(InstrListMap &Map);
295 InstrListMap LoadRefs, StoreRefs; in run()
741 std::pair<InstrListMap, InstrListMap>
743 InstrListMap LoadRefs; in collectInstructions()
744 InstrListMap StoreRefs; in collectInstructions()
849 bool Vectorizer::vectorizeChains(InstrListMap &Map) { in vectorizeChains()