Searched refs:ChainID (Results 1 – 1 of 1) sorted by relevance
108 using ChainID = const Value *; typedef110 using InstrListMap = MapVector<ChainID, InstrList>;712 static ChainID getChainID(const Value *Ptr, const DataLayout &DL) { in getChainID()780 const ChainID ID = getChainID(Ptr, DL); in collectInstructions()826 const ChainID ID = getChainID(Ptr, DL); in collectInstructions()837 for (const std::pair<ChainID, InstrList> &Chain : Map) { in vectorizeChains()