reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/RegAllocGreedy.cpp
 1199     BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare;
 1213     if (BI.LiveIn) {
 1424     if (BI.LiveIn && BI.LiveOut && BI.FirstDef)
 1601     if (EnableAdvancedRASplitCost && Cand.Intf.hasInterference() && BI.LiveIn &&
 1622     if (BI.LiveIn)
 1699     if (BI.LiveIn) {
 2160     BI.LiveIn ? BI.FirstInstr.getBaseIndex() : BI.FirstInstr;
 2341       const bool LiveBefore = SplitBefore != 0 || BI.LiveIn;
 2435   bool LiveBefore = BestBefore != 0 || BI.LiveIn;
lib/CodeGen/SplitKit.cpp
  253       BI.LiveIn = LVI->start <= Start;
  256       if (!BI.LiveIn) {
  283           BI.LiveIn = false;
 1565   if (BI.LiveIn && BI.LiveOut)
 1715   assert(BI.LiveIn && "Must be live-in");
 1805                     << (BI.LiveIn ? ", stack-in" : ", defined in block"));
 1813   if (!BI.LiveIn && (!EnterAfter || EnterAfter <= BI.FirstInstr)) {