Searched defs:LiveInterval (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h1 //===-- llvm/CodeGen/LiveInterval.h - Interval representation ---*- C++ -*-===//
10 // This file implements the LiveRange and LiveInterval classes. Given some
526 /// LiveInterval - This class represents the liveness of a register,
528 class LiveInterval : public LiveRange { class in namespace:llvm
535 LiveInterval(unsigned Reg, float Weight) function in class:llvm::LiveInterval
552 bool operator<(const LiveInterval& other) const {
562 LiveInterval& operator=(const LiveInterval& rhs) LLVM_DELETED_FUNCTION;
566 inline raw_ostream &operator<<(raw_ostream &OS, const LiveInterval &LI) {
641 /// LiveInterval int
[all...]

Completed in 89 milliseconds