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

/external/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp1 //===-- LiveRegMatrix.cpp - Track register interference -------------------===//
10 // This file defines the LiveRegMatrix analysis pass.
15 #include "llvm/CodeGen/LiveRegMatrix.h"
31 char LiveRegMatrix::ID = 0;
32 INITIALIZE_PASS_BEGIN(LiveRegMatrix, "liveregmatrix",
36 INITIALIZE_PASS_END(LiveRegMatrix, "liveregmatrix",
39 LiveRegMatrix::LiveRegMatrix() : MachineFunctionPass(ID), function in class:LiveRegMatrix
42 void LiveRegMatrix::getAnalysisUsage(AnalysisUsage &AU) const {
49 bool LiveRegMatrix
[all...]
/external/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h1 //===-- 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 { class in namespace:llvm
67 LiveRegMatrix();
109 /// This will mark VirtReg's live range as occupied in the LiveRegMatrix and

Completed in 84 milliseconds