Searched refs:MLiveOuts (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.h | 1203 const ValueTable *MLiveOuts, 1207 void process(MachineInstr &MI, const ValueTable *MLiveOuts, 1216 bool transferDebugInstrRef(MachineInstr &MI, const ValueTable *MLiveOuts, 1249 const ValueTable *MLiveOuts, 1255 const ValueTable *MLiveOuts,
|
| H A D | InstrRefBasedImpl.cpp | 1432 const ValueTable *MLiveOuts, const ValueTable *MLiveIns) { in getValueForInstrRef() argument 1498 NewID = resolveDbgPHIs(*MI.getParent()->getParent(), MLiveOuts, MLiveIns, in getValueForInstrRef() 1577 const ValueTable *MLiveOuts, in transferDebugInstrRef() argument 1615 getValueForInstrRef(InstNo, OpNo, MI, MLiveOuts, MLiveIns); in transferDebugInstrRef() 2248 void InstrRefBasedLDV::process(MachineInstr &MI, const ValueTable *MLiveOuts, in process() argument 2255 if (transferDebugInstrRef(MI, MLiveOuts, MLiveIns)) in process() 4076 MachineFunction &MF, const ValueTable *MLiveOuts, in resolveDbgPHIs() argument 4078 assert(MLiveOuts && MLiveIns && in resolveDbgPHIs() 4089 resolveDbgPHIsImpl(MF, MLiveOuts, MLiveIns, Here, InstrNum); in resolveDbgPHIs() 4095 MachineFunction &MF, const ValueTable *MLiveOuts, in resolveDbgPHIsImpl() argument [all …]
|