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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1105 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, 0)]; local
1110 Ins += RegIn != (BC.Entry == SpillPlacement::PrefReg);
1119 bool RegIn = LiveBundles[Bundles->getBundle(Number, 0)]; local
1121 if (!RegIn && !RegOut)
1123 if (RegIn && RegOut) {

Completed in 212 milliseconds