HomeSort by relevance Sort by last modified time
    Searched defs:UseSet (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonOptAddrMode.cpp 219 auto UseSet = LV->getAllReachedUses(DR, DA);
221 for (auto UI : UseSet) {
HexagonCommonGEP.cpp 57 typedef std::set<Use*> UseSet;
58 typedef std::map<GepNode*,UseSet> NodeToUsesMap;
265 const UseSet &Us = I->second;
267 for (UseSet::const_iterator J = Us.begin(), F = Us.end(); J != F; ++J) {
342 UseSet Us;
588 UseSet &MinUs = Uses[Min];
755 UseSet &Us = UF->second;
756 for (UseSet::iterator I = Us.begin(), E = Us.end(); I != E; ++I) {
971 UseSet &Us = UF->second;
972 UseSet NewUs
    [all...]

Completed in 98 milliseconds