Searched defs:LiveSet (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 665 VarFragMap &LiveSet) { in addDef() 828 void process(BasicBlock &BB, VarFragMap &LiveSet) { in process() 931 VarFragMap LiveSet = LiveIn[BB]; in run() local 1384 void AssignmentTrackingLowering::setLocKind(BlockInfo *LiveSet, VariableID Var, in setLocKind() 1386 auto SetKind = [this](BlockInfo *LiveSet, VariableID Var, LocKind K) { in setLocKind() 1398 AssignmentTrackingLowering::getLocKind(BlockInfo *LiveSet, VariableID Var) { in getLocKind() 1402 void AssignmentTrackingLowering::addMemDef(BlockInfo *LiveSet, VariableID Var, in addMemDef() 1415 void AssignmentTrackingLowering::addDbgDef(BlockInfo *LiveSet, VariableID Var, in addDbgDef() 1440 BlockInfo *LiveSet, BlockInfo::AssignmentKind Kind, VariableID Var, in hasVarWithAssignment() 1552 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 | 173 MapVector<BasicBlock *, SetVector<Value *>> LiveSet; member 203 StatepointLiveSetTy LiveSet; member 317 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local 1945 const auto &LiveSet = Result.LiveSet; in makeStatepointExplicit() local 3291 auto &LiveSet = Data.LiveSet[&BB]; in computeLiveInValues() local
|