HomeSort by relevance Sort by last modified time
    Searched defs:SplitEditor (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
SplitKit.h 225 /// SplitEditor - Edit machine code and LiveIntervals for live range
228 /// - Create a SplitEditor from a SplitAnalysis.
236 class LLVM_LIBRARY_VISIBILITY SplitEditor {
250 /// created. SplitEditor automatically creates interval 0 to contain
382 /// Create a new SplitEditor for editing the LiveInterval analyzed by SA.
384 SplitEditor(SplitAnalysis &SA, AliasAnalysis &AA, LiveIntervals&,
SplitKit.cpp 340 /// Create a new SplitEditor for editing the LiveInterval analyzed by SA.
341 SplitEditor::SplitEditor(SplitAnalysis &sa, AliasAnalysis &aa,
352 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) {
372 LLVM_DUMP_METHOD void SplitEditor::dump() const {
384 VNInfo *SplitEditor::defValue(unsigned RegIdx,
420 void SplitEditor::forceRecompute(unsigned RegIdx, const VNInfo *ParentVNI) {
441 VNInfo *SplitEditor::defFromParent(unsigned RegIdx,
479 unsigned SplitEditor::openIntv() {
490 void SplitEditor::selectIntv(unsigned Idx)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SplitKit.h 192 /// SplitEditor - Edit machine code and LiveIntervals for live range
195 /// - Create a SplitEditor from a SplitAnalysis.
203 class SplitEditor {
215 /// created. SplitEditor automatically creates interval 0 to contain
342 /// Create a new SplitEditor for editing the LiveInterval analyzed by SA.
344 SplitEditor(SplitAnalysis &SA, LiveIntervals&, VirtRegMap&,
SplitKit.cpp 301 /// Create a new SplitEditor for editing the LiveInterval analyzed by SA.
302 SplitEditor::SplitEditor(SplitAnalysis &sa,
317 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) {
334 void SplitEditor::dump() const {
345 VNInfo *SplitEditor::defValue(unsigned RegIdx,
381 void SplitEditor::forceRecompute(unsigned RegIdx, const VNInfo *ParentVNI) {
401 VNInfo *SplitEditor::defFromParent(unsigned RegIdx,
435 unsigned SplitEditor::openIntv() {
446 void SplitEditor::selectIntv(unsigned Idx)
    [all...]

Completed in 2218 milliseconds