Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1184 Intf.moveToBlock(BC.Number); in addSplitConstraints()
1254 Intf.moveToBlock(Number); in addThroughConstraints()
1491 Cand.Intf.moveToBlock(BBNumber); in splitCanCauseEvictionChain()
1533 Cand.Intf.moveToBlock(BBNumber); in splitCanCauseLocalSpill()
1583 Cand.Intf.moveToBlock(BC.Number); in calcGlobalSplitCost()
1624 Cand.Intf.moveToBlock(Number); in calcGlobalSplitCost()
1690 Cand.Intf.moveToBlock(Number); in splitAroundRegion()
1699 Cand.Intf.moveToBlock(Number); in splitAroundRegion()
1739 Cand.Intf.moveToBlock(Number); in splitAroundRegion()
1747 Cand.Intf.moveToBlock(Number); in splitAroundRegion()
H A DInterferenceCache.h222 void moveToBlock(unsigned MBBNum) { in moveToBlock() function