Home
last modified time | relevance | path

Searched refs:DbgAV (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1733 Assignment DbgAV = LiveSet->getAssignment(BlockInfo::Debug, Var); in processTaggedInstruction() local
1734 if (DbgAV.Status == Assignment::NoneOrPhi) { in processTaggedInstruction()
1743 if (DbgAV.Source) { in processTaggedInstruction()
1744 emitDbgValue(LocKind::Val, DbgAV.Source, &I); in processTaggedInstruction()