Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1579 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, false)]; in calcGlobalSplitCost() local
1588 BI.LiveOut && RegIn && RegOut) { in calcGlobalSplitCost()
1609 Ins += RegIn != (BC.Entry == SpillPlacement::PrefReg); in calcGlobalSplitCost()
1618 bool RegIn = LiveBundles[Bundles->getBundle(Number, false)]; in calcGlobalSplitCost() local
1620 if (!RegIn && !RegOut) in calcGlobalSplitCost()
1622 if (RegIn && RegOut) { in calcGlobalSplitCost()