Searched defs:LiveSet (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 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() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | DeadArgumentElimination.h | 108 using LiveSet = std::set<RetOrArg>; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 174 MapVector<BasicBlock *, SetVector<Value *>> LiveSet; member 204 StatepointLiveSetTy LiveSet; member 318 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local 1939 const auto &LiveSet = Result.LiveSet; in makeStatepointExplicit() local
|