Searched refs:VirtRegToSplit (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | RegAllocGreedy.cpp | 462 bool splitCanCauseLocalSpill(unsigned VirtRegToSplit, 1581 bool RAGreedy::splitCanCauseLocalSpill(unsigned VirtRegToSplit, in splitCanCauseLocalSpill() argument 1609 Register VirtRegToSplit = SA->getParent().reg(); in calcGlobalSplitCost() local 1626 splitCanCauseEvictionChain(VirtRegToSplit, Cand, BC.Number, Order)) { in calcGlobalSplitCost() 1635 } else if (splitCanCauseLocalSpill(VirtRegToSplit, Cand, BC.Number, in calcGlobalSplitCost() 1666 splitCanCauseEvictionChain(VirtRegToSplit, Cand, Number, Order)) { in calcGlobalSplitCost()
|