Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp46 typedef SmallVector<unsigned, 4> DestList; typedef in __anond95060300111::MachineCopyPropagation
47 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()
/external/llvm/lib/AsmParser/
DLLParser.cpp3180 SmallVector<BasicBlock*, 16> DestList; in ParseIndirectBr() local
3186 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()