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

/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h585 /// shifted. The LiveRangeUpdater class can defer the shifting when adding
589 class LiveRangeUpdater { class in namespace:llvm
598 /// Create a LiveRangeUpdater for adding segments to LR.
600 LiveRangeUpdater(LiveRange *lr = nullptr) : LR(lr) {} function in class:llvm::LiveRangeUpdater
602 ~LiveRangeUpdater() { flush(); }
635 inline raw_ostream &operator<<(raw_ostream &OS, const LiveRangeUpdater &X) {

Completed in 372 milliseconds