Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1195 void setLocKind(VariableID Var, LocKind K) { in setLocKind() function
1410 LiveSet->setLocKind(Var, K); in setLocKind()
1632 setLocKind(LiveSet, Var, LocKind::Mem); in processUntaggedInstruction()
1709 setLocKind(LiveSet, Var, LocKind::Mem); in processTaggedInstruction()
1725 setLocKind(LiveSet, Var, LocKind::Val); in processTaggedInstruction()
1735 setLocKind(LiveSet, Var, LocKind::None); in processTaggedInstruction()
1740 setLocKind(LiveSet, Var, LocKind::Val); in processTaggedInstruction()
1753 setLocKind(LiveSet, Var, LocKind::None); in processTaggedInstruction()
1795 setLocKind(LiveSet, Var, Kind); in processDbgAssign()
1801 setLocKind(LiveSet, Var, LocKind::Val); in processDbgAssign()
[all …]