LLVM API Documentation
#include "llvm/CodeGen/LiveInterval.h"
#include "RegisterCoalescer.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetRegisterInfo.h"
#include <algorithm>
Go to the source code of this file.
Functions | |
static bool | coalescable (const LiveRange::Segment &A, const LiveRange::Segment &B) |
static bool coalescable | ( | const LiveRange::Segment & | A, |
const LiveRange::Segment & | B | ||
) | [inline, static] |
Definition at line 712 of file LiveInterval.cpp.
References llvm::LiveRange::Segment::end, llvm::LiveRange::Segment::start, and llvm::LiveRange::Segment::valno.
Referenced by llvm::LiveRangeUpdater::add().