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

/external/llvm/lib/CodeGen/
H A DLiveRangeEdit.h1 //===---- LiveRangeEdit.h - Basic tools for split and spill -----*- C++ -*-===//
10 // The LiveRangeEdit class represents changes done to a virtual register when it
33 class LiveRangeEdit { class in namespace:llvm
35 /// Callback methods for LiveRangeEdit owners.
90 /// Create a LiveRangeEdit for breaking down parent into smaller pieces.
96 LiveRangeEdit(LiveInterval &parent, function in class:llvm::LiveRangeEdit

Completed in 51 milliseconds