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

  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 59 assert(allowedSets[vreg].empty() && "vreg already has pregs.");
63 std::copy(arBegin, arEnd, std::back_inserter(allowedSets[vreg]));
103 AllowedSetMap allowedSets;
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 171 AllowedSetMap::const_iterator allowedSetItr = allowedSets.find(vreg);
172 assert(allowedSetItr != allowedSets.end() && "No pregs for vreg.");

Completed in 230 milliseconds