Searched refs:vregsToAlloc (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocPBQP.cpp139 RegSet vregsToAlloc, emptyIntervalVRegs; member in class:__anon19846::RegAllocPBQP
484 vregsToAlloc.insert(li->reg);
537 vregsToAlloc.erase(vreg);
557 vregsToAlloc.insert((*itr)->reg);
670 if (!vregsToAlloc.empty()) {
679 builder->build(mf, lis, loopInfo, vregsToAlloc);
695 vregsToAlloc.clear();

Completed in 40 milliseconds