Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LiveRegMatrix

29 #include "llvm/CodeGen/LiveRegMatrix.h"
480 AU.addRequired<LiveRegMatrix>();
481 AU.addPreserved<LiveRegMatrix>();
726 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg)
2106 LiveRegMatrix::IK_VirtReg) {
2577 getAnalysis<LiveRegMatrix>());