Searched refs:VirtRegToSplit (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 456 bool splitCanCauseLocalSpill(unsigned VirtRegToSplit, 1543 bool RAGreedy::splitCanCauseLocalSpill(unsigned VirtRegToSplit, in splitCanCauseLocalSpill() argument 1559 Order, LIS->getInterval(VirtRegToSplit), Cand.Intf.first(), in splitCanCauseLocalSpill() 1566 VRAI.futureWeight(LIS->getInterval(VirtRegToSplit), in splitCanCauseLocalSpill() 1588 unsigned VirtRegToSplit = SA->getParent().reg; in calcGlobalSplitCost() local 1605 splitCanCauseEvictionChain(VirtRegToSplit, Cand, BC.Number, Order)) { in calcGlobalSplitCost() 1614 } else if (splitCanCauseLocalSpill(VirtRegToSplit, Cand, BC.Number, in calcGlobalSplitCost() 1646 splitCanCauseEvictionChain(VirtRegToSplit, Cand, Number, Order)) { in calcGlobalSplitCost()
|