Searched refs:MLiveOuts (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.h | 1295 const FuncValueTable *MLiveOuts, 1299 void process(MachineInstr &MI, const FuncValueTable *MLiveOuts, 1308 bool transferDebugInstrRef(MachineInstr &MI, const FuncValueTable *MLiveOuts, 1341 const FuncValueTable &MLiveOuts, 1347 const FuncValueTable &MLiveOuts,
|
H A D | InstrRefBasedImpl.cpp | 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 [all …]
|