Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp107 using ChainID = const Value *; typedef
109 using InstrListMap = MapVector<ChainID, InstrList>;
796 static ChainID getChainID(const Value *Ptr) { in getChainID()
857 const ChainID ID = getChainID(Ptr); in collectInstructions()
897 const ChainID ID = getChainID(Ptr); in collectInstructions()
908 for (const std::pair<ChainID, InstrList> &Chain : Map) { in vectorizeChains()