Lines Matching defs:LiveSet
667 VarFragMap &LiveSet) { in addDef()
830 void process(BasicBlock &BB, VarFragMap &LiveSet) { in process()
933 VarFragMap LiveSet = LiveIn[BB]; in run() local
1409 void AssignmentTrackingLowering::setLocKind(BlockInfo *LiveSet, VariableID Var, in setLocKind()
1411 auto SetKind = [this](BlockInfo *LiveSet, VariableID Var, LocKind K) { in setLocKind()
1423 AssignmentTrackingLowering::getLocKind(BlockInfo *LiveSet, VariableID Var) { in getLocKind()
1427 void AssignmentTrackingLowering::addMemDef(BlockInfo *LiveSet, VariableID Var, in addMemDef()
1440 void AssignmentTrackingLowering::addDbgDef(BlockInfo *LiveSet, VariableID Var, in addDbgDef()
1469 BlockInfo *LiveSet, BlockInfo::AssignmentKind Kind, VariableID Var, in hasVarWithAssignment()
1599 Instruction &I, AssignmentTrackingLowering::BlockInfo *LiveSet) { in processNonDbgInstruction()
1607 Instruction &I, AssignmentTrackingLowering::BlockInfo *LiveSet) { in processUntaggedInstruction()
1676 Instruction &I, AssignmentTrackingLowering::BlockInfo *LiveSet) { in processTaggedInstruction()
1766 BlockInfo *LiveSet) { in processDbgAssign()
1814 BlockInfo *LiveSet) { in processDbgValue()
1850 DbgInfoIntrinsic &I, AssignmentTrackingLowering::BlockInfo *LiveSet) { in processDbgInstruction()
1865 DbgVariableRecord &DVR, AssignmentTrackingLowering::BlockInfo *LiveSet) { in processDbgVariableRecord()
1890 void AssignmentTrackingLowering::process(BasicBlock &BB, BlockInfo *LiveSet) { in process()
2352 BlockInfo LiveSet = LiveIn[BB]; in run() local