Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp824 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, false)]; in calcGlobalSplitCost() local
831 Ins += RegIn != (BC.Entry == SpillPlacement::PrefReg); in calcGlobalSplitCost()
839 bool RegIn = LiveBundles[Bundles->getBundle(Number, false)]; in calcGlobalSplitCost() local
841 if (!RegIn && !RegOut) in calcGlobalSplitCost()
843 if (RegIn && RegOut) { in calcGlobalSplitCost()