Lines Matching refs:MInsn
1381 const MachineInstr *MInsn = History.front();
1397 assert(MInsn->isDebugValue() && "History must begin with debug value");
1398 DbgVariable *AbsVar = findAbstractVariable(DV, MInsn->getDebugLoc());
1403 AbsVar->setMInsn(MInsn);
1407 MInsn->isIdenticalTo(History.back()))) {
1408 RegVar->setMInsn(MInsn);