Lines Matching refs:setLocKind
1195 void setLocKind(VariableID Var, LocKind K) { in setLocKind() function
1367 void setLocKind(BlockInfo *LiveSet, VariableID Var, LocKind K);
1407 void AssignmentTrackingLowering::setLocKind(BlockInfo *LiveSet, VariableID Var, in setLocKind() function in AssignmentTrackingLowering
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()
1833 setLocKind(LiveSet, Var, LocKind::Val); in processDbgValue()