Searched refs:DestList (Results 1 – 2 of 2) sorted by relevance
50 typedef SmallVector<unsigned, 4> DestList; typedef in __anonbf678c6b0111::MachineCopyPropagation51 typedef DenseMap<unsigned, DestList> SourceMap;72 const DestList& Defs = SI->second; in SourceNoLongerAvailable()73 for (DestList::const_iterator I = Defs.begin(), E = Defs.end(); in SourceNoLongerAvailable()
4995 SmallVector<BasicBlock*, 16> DestList; in ParseIndirectBr() local5001 DestList.push_back(DestBB); in ParseIndirectBr()5006 DestList.push_back(DestBB); in ParseIndirectBr()5013 IndirectBrInst *IBI = IndirectBrInst::Create(Address, DestList.size()); in ParseIndirectBr()5014 for (unsigned i = 0, e = DestList.size(); i != e; ++i) in ParseIndirectBr()5015 IBI->addDestination(DestList[i]); in ParseIndirectBr()