Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp108 using ChainID = const Value *; typedef
110 using InstrListMap = MapVector<ChainID, InstrList>;
777 static ChainID getChainID(const Value *Ptr) { in getChainID()
845 const ChainID ID = getChainID(Ptr); in collectInstructions()
891 const ChainID ID = getChainID(Ptr); in collectInstructions()
902 for (const std::pair<ChainID, InstrList> &Chain : Map) { in vectorizeChains()