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