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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1106 bool RegOut = LiveBundles[Bundles->getBundle(BC.Number, 1)]; local
1112 Ins += RegOut != (BC.Exit == SpillPlacement::PrefReg);
1120 bool RegOut = LiveBundles[Bundles->getBundle(Number, 1)]; local
1121 if (!RegIn && !RegOut)
1123 if (RegIn && RegOut) {

Completed in 392 milliseconds