Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2585 SmallVector<unsigned, 4> CurrentNewVRegs; in tryLastChanceRecoloring() local
2593 CurrentNewVRegs.clear(); in tryLastChanceRecoloring()
2639 if (tryRecoloringCandidates(RecoloringQueue, CurrentNewVRegs, in tryLastChanceRecoloring()
2642 for (unsigned NewVReg : CurrentNewVRegs) in tryLastChanceRecoloring()
2661 for (SmallVectorImpl<unsigned>::iterator Next = CurrentNewVRegs.begin(), in tryLastChanceRecoloring()
2662 End = CurrentNewVRegs.end(); in tryLastChanceRecoloring()