Searched refs:emitLoc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 441 std::make_pair(VarID, &*MTracker->emitLoc(ResolvedDbgOps, Var, DILoc, in loadVarInloc() 601 Use.VarID, MTracker->emitLoc(DbgOps, Var, DILoc, Use.Properties))); in checkInstForNewValues() 869 VarID, &*MTracker->emitLoc(DbgOps, Var, DILoc, Properties))); in clobberMloc() 938 MachineInstr *MI = MTracker->emitLoc(ActiveVLocIt->second.Ops, Var, DILoc, in transferMlocs() 1190 MLocTracker::emitLoc(const SmallVectorImpl<ResolvedDbgOp> &DbgOps, in emitLoc() function in MLocTracker 1750 MTracker->emitLoc(NewLocs, V, MI.getDebugLoc().get(), Properties); in transferDebugInstrRef()
|
H A D | InstrRefBasedImpl.h | 1025 MachineInstrBuilder emitLoc(const SmallVectorImpl<ResolvedDbgOp> &DbgOps,
|