Searched refs:VirtRegToSplit (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 457 bool splitCanCauseLocalSpill(unsigned VirtRegToSplit, 1506 bool RAGreedy::splitCanCauseLocalSpill(unsigned VirtRegToSplit, in splitCanCauseLocalSpill() argument 1522 Order, LIS->getInterval(VirtRegToSplit), Cand.Intf.first(), in splitCanCauseLocalSpill() 1529 VRAI.futureWeight(LIS->getInterval(VirtRegToSplit), in splitCanCauseLocalSpill() 1551 unsigned VirtRegToSplit = SA->getParent().reg; in calcGlobalSplitCost() local 1568 splitCanCauseEvictionChain(VirtRegToSplit, Cand, BC.Number, Order)) { in calcGlobalSplitCost() 1577 } else if (splitCanCauseLocalSpill(VirtRegToSplit, Cand, BC.Number, in calcGlobalSplitCost() 1609 splitCanCauseEvictionChain(VirtRegToSplit, Cand, Number, Order)) { in calcGlobalSplitCost()
|