Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp902 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, 0)]; in calcGlobalSplitCost() local
907 Ins += RegIn != (BC.Entry == SpillPlacement::PrefReg); in calcGlobalSplitCost()
916 bool RegIn = LiveBundles[Bundles->getBundle(Number, 0)]; in calcGlobalSplitCost() local
918 if (!RegIn && !RegOut) in calcGlobalSplitCost()
920 if (RegIn && RegOut) { in calcGlobalSplitCost()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1168 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, 0)]; in calcGlobalSplitCost() local
1173 Ins += RegIn != (BC.Entry == SpillPlacement::PrefReg); in calcGlobalSplitCost()
1182 bool RegIn = LiveBundles[Bundles->getBundle(Number, 0)]; in calcGlobalSplitCost() local
1184 if (!RegIn && !RegOut) in calcGlobalSplitCost()
1186 if (RegIn && RegOut) { in calcGlobalSplitCost()