Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1196 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()
[all …]