Lines Matching defs:MLiveIns
1476 const FuncValueTable *MLiveOuts, const FuncValueTable *MLiveIns) {
1542 assert(MLiveOuts && MLiveIns);
1543 NewID = resolveDbgPHIs(*MI.getParent()->getParent(), *MLiveOuts, *MLiveIns,
1623 const FuncValueTable *MLiveIns) {
1660 getValueForInstrRef(InstNo, OpNo, MI, MLiveOuts, MLiveIns);
2296 const FuncValueTable *MLiveIns) {
2302 if (transferDebugInstrRef(MI, MLiveOuts, MLiveIns))
3963 const FuncValueTable &MLiveIns;
3965 LDVSSAUpdater(LocIdx L, const FuncValueTable &MLiveIns)
3966 : Loc(L), MLiveIns(MLiveIns) {}
3991 return MLiveIns[LDVBB->BB][Loc.asU64()].asU64();
4120 const FuncValueTable &MLiveIns, MachineInstr &Here, uint64_t InstrNum) {
4128 resolveDbgPHIsImpl(MF, MLiveOuts, MLiveIns, Here, InstrNum);
4135 const FuncValueTable &MLiveIns, MachineInstr &Here, uint64_t InstrNum) {
4173 LDVSSAUpdater Updater(Loc, MLiveIns);
4231 ValueIDNum ThisBlockValueNum = MLiveIns[PHI->ParentBlock->BB][Loc.asU64()];