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.
14 #include "llvm/CodeGen/LiveRegMatrix.h"
32 char LiveRegMatrix::ID = 0;
33 INITIALIZE_PASS_BEGIN(LiveRegMatrix, "liveregmatrix",
37 INITIALIZE_PASS_END(LiveRegMatrix, "liveregmatrix",
40 LiveRegMatrix::LiveRegMatrix() : MachineFunctionPass(ID), function in class:LiveRegMatrix
43 void LiveRegMatrix::getAnalysisUsage(AnalysisUsage &AU) const {
50 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
39 class LiveRegMatrix : public MachineFunctionPass { class in namespace:llvm
66 LiveRegMatrix();
108 /// This will mark VirtReg's live range as occupied in the LiveRegMatrix and

Completed in 81 milliseconds