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

  /external/llvm/lib/CodeGen/
LiveRegMatrix.cpp 1 //===-- LiveRegMatrix.cpp - Track register interference -------------------===//
10 // This file defines the LiveRegMatrix analysis pass.
15 #include "LiveRegMatrix.h"
31 char LiveRegMatrix::ID = 0;
32 INITIALIZE_PASS_BEGIN(LiveRegMatrix, "liveregmatrix",
36 INITIALIZE_PASS_END(LiveRegMatrix, "liveregmatrix",
39 LiveRegMatrix::LiveRegMatrix() : MachineFunctionPass(ID)
    [all...]
LiveRegMatrix.h 1 //===-- LiveRegMatrix.h - Track register interference ---------*- C++ -*---===//
10 // The LiveRegMatrix analysis pass keeps track of virtual register interference
17 // LiveRegMatrix is represented as a LiveIntervalUnion per register unit. When
40 class LiveRegMatrix : public MachineFunctionPass {
67 LiveRegMatrix();
109 /// This will mark VirtReg's live range as occupied in the LiveRegMatrix and

Completed in 1227 milliseconds