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