//===- LiveRegUnits.cpp - Register Unit Set -------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
//
/// \file This file imlements the LiveRegUnits set.
//
//===----------------------------------------------------------------------===//
using namespace llvm;
void
void
void
void
/// Add live-in registers of basic block \p MBB to \p LiveUnits.
static void
/// Adds all callee saved registers to \p LiveUnits.
static void
void
void
void