Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1241 Intf.moveToBlock(BC.Number); in addSplitConstraints()
1310 Intf.moveToBlock(Number); in addThroughConstraints()
1544 Cand.Intf.moveToBlock(BBNumber); in splitCanCauseEvictionChain()
1585 Cand.Intf.moveToBlock(BBNumber); in splitCanCauseLocalSpill()
1618 Cand.Intf.moveToBlock(BC.Number); in calcGlobalSplitCost()
1658 Cand.Intf.moveToBlock(Number); in calcGlobalSplitCost()
1723 Cand.Intf.moveToBlock(Number); in splitAroundRegion()
1732 Cand.Intf.moveToBlock(Number); in splitAroundRegion()
1771 Cand.Intf.moveToBlock(Number); in splitAroundRegion()
1779 Cand.Intf.moveToBlock(Number); in splitAroundRegion()
H A DInterferenceCache.h217 void moveToBlock(unsigned MBBNum) { in moveToBlock() function