Lines Matching refs:MLiveOuts
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()
1602 const FuncValueTable *MLiveOuts, in transferDebugInstrRef() argument
1640 getValueForInstrRef(InstNo, OpNo, MI, MLiveOuts, MLiveIns); in transferDebugInstrRef()
2277 const FuncValueTable *MLiveOuts, in process() argument
2284 if (transferDebugInstrRef(MI, MLiveOuts, MLiveIns)) in process()
4107 MachineFunction &MF, const FuncValueTable &MLiveOuts, in resolveDbgPHIs() argument
4116 resolveDbgPHIsImpl(MF, MLiveOuts, MLiveIns, Here, InstrNum); in resolveDbgPHIs()
4122 MachineFunction &MF, const FuncValueTable &MLiveOuts, in resolveDbgPHIsImpl() argument
4228 const ValueTable &BlockLiveOuts = MLiveOuts[PHIIt.first->BB]; in resolveDbgPHIsImpl()