Lines Matching refs:MLiveIns
1456 const FuncValueTable *MLiveOuts, const FuncValueTable *MLiveIns) { in getValueForInstrRef() argument
1522 assert(MLiveOuts && MLiveIns); in getValueForInstrRef()
1523 NewID = resolveDbgPHIs(*MI.getParent()->getParent(), *MLiveOuts, *MLiveIns, in getValueForInstrRef()
1603 const FuncValueTable *MLiveIns) { in transferDebugInstrRef() argument
1640 getValueForInstrRef(InstNo, OpNo, MI, MLiveOuts, MLiveIns); in transferDebugInstrRef()
2278 const FuncValueTable *MLiveIns) { in process() argument
2284 if (transferDebugInstrRef(MI, MLiveOuts, MLiveIns)) in process()
3949 const FuncValueTable &MLiveIns; member in __anon52c3d0e81211::LDVSSAUpdater
3951 LDVSSAUpdater(LocIdx L, const FuncValueTable &MLiveIns) in LDVSSAUpdater() argument
3952 : Loc(L), MLiveIns(MLiveIns) {} in LDVSSAUpdater()
3979 return MLiveIns[LDVBB->BB][Loc.asU64()].asU64(); in getValue()
4108 const FuncValueTable &MLiveIns, MachineInstr &Here, uint64_t InstrNum) { in resolveDbgPHIs() argument
4116 resolveDbgPHIsImpl(MF, MLiveOuts, MLiveIns, Here, InstrNum); in resolveDbgPHIs()
4123 const FuncValueTable &MLiveIns, MachineInstr &Here, uint64_t InstrNum) { in resolveDbgPHIsImpl() argument
4161 LDVSSAUpdater Updater(Loc, MLiveIns); in resolveDbgPHIsImpl()
4219 ValueIDNum ThisBlockValueNum = MLiveIns[PHI->ParentBlock->BB][Loc.asU64()]; in resolveDbgPHIsImpl()