Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1614 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, false)]; in calcGlobalSplitCost() local
1623 BI.LiveOut && RegIn && RegOut) { in calcGlobalSplitCost()
1644 Ins += RegIn != (BC.Entry == SpillPlacement::PrefReg); in calcGlobalSplitCost()
1652 bool RegIn = LiveBundles[Bundles->getBundle(Number, false)]; in calcGlobalSplitCost() local
1654 if (!RegIn && !RegOut) in calcGlobalSplitCost()
1656 if (RegIn && RegOut) { in calcGlobalSplitCost()