Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRegAllocPBQP.h58 assert(allowedSets[vreg].empty() && "vreg already has pregs."); in recordVReg()
62 std::copy(arBegin, arEnd, std::back_inserter(allowedSets[vreg])); in recordVReg()
103 AllowedSetMap allowedSets; variable
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp178 AllowedSetMap::const_iterator allowedSetItr = allowedSets.find(vreg); in getAllowedSet()
179 assert(allowedSetItr != allowedSets.end() && "No pregs for vreg."); in getAllowedSet()