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

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

Completed in 83 milliseconds