Searched refs:DestList (Results 1 – 2 of 2) sorted by relevance
46 typedef SmallVector<unsigned, 4> DestList; typedef in __anond95060300111::MachineCopyPropagation47 typedef DenseMap<unsigned, DestList> SourceMap;68 const DestList& Defs = SI->second; in SourceNoLongerAvailable()69 for (DestList::const_iterator I = Defs.begin(), E = Defs.end(); in SourceNoLongerAvailable()
3180 SmallVector<BasicBlock*, 16> DestList; in ParseIndirectBr() local3186 DestList.push_back(DestBB); in ParseIndirectBr()3191 DestList.push_back(DestBB); in ParseIndirectBr()3198 IndirectBrInst *IBI = IndirectBrInst::Create(Address, DestList.size()); in ParseIndirectBr()3199 for (unsigned i = 0, e = DestList.size(); i != e; ++i) in ParseIndirectBr()3200 IBI->addDestination(DestList[i]); in ParseIndirectBr()