Searched refs:MLiveIns (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
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() 1603 const FuncValueTable *MLiveIns) { in transferDebugInstrRef() argument 1640 getValueForInstrRef(InstNo, OpNo, MI, MLiveOuts, MLiveIns); in transferDebugInstrRef() 2278 const FuncValueTable *MLiveIns) { in process() argument 2284 if (transferDebugInstrRef(MI, MLiveOuts, MLiveIns)) in process() 3949 const FuncValueTable &MLiveIns; member in __anon52c3d0e81211::LDVSSAUpdater 3951 LDVSSAUpdater(LocIdx L, const FuncValueTable &MLiveIns) in LDVSSAUpdater() argument 3952 : Loc(L), MLiveIns(MLiveIns) {} in LDVSSAUpdater() [all …]
|
H A D | InstrRefBasedImpl.h | 1296 const FuncValueTable *MLiveIns); 1300 const FuncValueTable *MLiveIns); 1309 const FuncValueTable *MLiveIns); 1342 const FuncValueTable &MLiveIns, 1348 const FuncValueTable &MLiveIns,
|