Home
last modified time | relevance | path

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

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