Lines Matching refs:setLocKind
1196 void setLocKind(VariableID Var, LocKind K) { in setLocKind() function
1369 void setLocKind(BlockInfo *LiveSet, VariableID Var, LocKind K);
1409 void AssignmentTrackingLowering::setLocKind(BlockInfo *LiveSet, VariableID Var, in setLocKind() function in AssignmentTrackingLowering
1412 LiveSet->setLocKind(Var, K); in setLocKind()
1634 setLocKind(LiveSet, Var, LocKind::Mem); in processUntaggedInstruction()
1711 setLocKind(LiveSet, Var, LocKind::Mem); in processTaggedInstruction()
1727 setLocKind(LiveSet, Var, LocKind::Val); in processTaggedInstruction()
1737 setLocKind(LiveSet, Var, LocKind::None); in processTaggedInstruction()
1742 setLocKind(LiveSet, Var, LocKind::Val); in processTaggedInstruction()
1755 setLocKind(LiveSet, Var, LocKind::None); in processTaggedInstruction()
1797 setLocKind(LiveSet, Var, Kind); in processDbgAssign()
1803 setLocKind(LiveSet, Var, LocKind::Val); in processDbgAssign()
1835 setLocKind(LiveSet, Var, LocKind::Val); in processDbgValue()