Searched refs:MLiveOuts (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.h | 1287 const FuncValueTable *MLiveOuts, 1291 void process(MachineInstr &MI, const FuncValueTable *MLiveOuts, 1300 bool transferDebugInstrRef(MachineInstr &MI, const FuncValueTable *MLiveOuts, 1333 const FuncValueTable &MLiveOuts, 1339 const FuncValueTable &MLiveOuts,
|
| H A D | InstrRefBasedImpl.cpp | 1491 const FuncValueTable *MLiveOuts, const FuncValueTable *MLiveIns) { in getValueForInstrRef() argument 1557 assert(MLiveOuts && MLiveIns); in getValueForInstrRef() 1558 NewID = resolveDbgPHIs(*MI.getParent()->getParent(), *MLiveOuts, *MLiveIns, in getValueForInstrRef() 1637 const FuncValueTable *MLiveOuts, in transferDebugInstrRef() argument 1675 getValueForInstrRef(InstNo, OpNo, MI, MLiveOuts, MLiveIns); in transferDebugInstrRef() 2309 const FuncValueTable *MLiveOuts, in process() argument 2316 if (transferDebugInstrRef(MI, MLiveOuts, MLiveIns)) in process() 4132 MachineFunction &MF, const FuncValueTable &MLiveOuts, in resolveDbgPHIs() argument 4141 resolveDbgPHIsImpl(MF, MLiveOuts, MLiveIns, Here, InstrNum); in resolveDbgPHIs() 4147 MachineFunction &MF, const FuncValueTable &MLiveOuts, in resolveDbgPHIsImpl() argument [all …]
|