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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1586 bool RegIn = LiveBundles[Bundles->getBundle(BC.Number, false)]; local
1595 BI.LiveOut && RegIn && RegOut) {
1616 Ins += RegIn != (BC.Entry == SpillPlacement::PrefReg);
1625 bool RegIn = LiveBundles[Bundles->getBundle(Number, false)]; local
1627 if (!RegIn && !RegOut)
1629 if (RegIn && RegOut) {

Completed in 114 milliseconds