Searched defs:DestList (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp46 typedef SmallVector<unsigned, 4> DestList; typedef in class:__anon8677::MachineCopyPropagation
47 typedef DenseMap<unsigned, DestList> SourceMap;
68 const DestList& Defs = SI->second;
69 for (DestList::const_iterator I = Defs.begin(), E = Defs.end();

Completed in 50 milliseconds