Searched refs:setLocKind (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 1172 void setLocKind(VariableID Var, LocKind K) { in setLocKind() function 1344 void setLocKind(BlockInfo *LiveSet, VariableID Var, LocKind K); 1384 void AssignmentTrackingLowering::setLocKind(BlockInfo *LiveSet, VariableID Var, in setLocKind() function in AssignmentTrackingLowering 1387 LiveSet->setLocKind(Var, K); in setLocKind() 1574 setLocKind(LiveSet, Var, LocKind::Val); in processUnknownStoreToVariable() 1639 setLocKind(LiveSet, Var, LocKind::Mem); in processUntaggedInstruction() 1715 setLocKind(LiveSet, Var, LocKind::Mem); in processTaggedInstruction() 1731 setLocKind(LiveSet, Var, LocKind::Val); in processTaggedInstruction() 1741 setLocKind(LiveSet, Var, LocKind::None); in processTaggedInstruction() 1746 setLocKind(LiveSet, Var, LocKind::Val); in processTaggedInstruction() [all …]
|