LLVM API Documentation

Functions
LiveInterval.cpp File Reference
#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>
Include dependency graph for LiveInterval.cpp:

Go to the source code of this file.

Functions

static bool coalescable (const LiveRange::Segment &A, const LiveRange::Segment &B)

Function Documentation

static bool coalescable ( const LiveRange::Segment A,
const LiveRange::Segment B 
) [inline, static]