Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp50 typedef SmallVector<unsigned, 4> DestList; typedef in __anonbf678c6b0111::MachineCopyPropagation
51 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()
/external/llvm/lib/AsmParser/
DLLParser.cpp4995 SmallVector<BasicBlock*, 16> DestList; in ParseIndirectBr() local
5001 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()