Searched defs:LiveSet (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 569 VarFragMap &LiveSet) { in addDef() 727 void process(BasicBlock &BB, VarFragMap &LiveSet) { in process() 821 VarFragMap LiveSet = LiveIn[BB]; in run() local 1132 void AssignmentTrackingLowering::setLocKind(BlockInfo *LiveSet, VariableID Var, in setLocKind() 1134 auto SetKind = [this](BlockInfo *LiveSet, VariableID Var, LocKind K) { in setLocKind() 1146 AssignmentTrackingLowering::getLocKind(BlockInfo *LiveSet, VariableID Var) { in getLocKind() 1152 void AssignmentTrackingLowering::addMemDef(BlockInfo *LiveSet, VariableID Var, in addMemDef() 1154 auto AddDef = [](BlockInfo *LiveSet, VariableID Var, Assignment AV) { in addMemDef() 1173 void AssignmentTrackingLowering::addDbgDef(BlockInfo *LiveSet, VariableID Var, in addDbgDef() 1175 auto AddDef = [](BlockInfo *LiveSet, VariableID Var, Assignment AV) { in addDbgDef() [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
H A D | DeadArgumentElimination.h | 108 using LiveSet = std::set<RetOrArg>; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 241 MapVector<BasicBlock *, SetVector<Value *>> LiveSet; member 271 StatepointLiveSetTy LiveSet; member 386 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local 1963 const auto &LiveSet = Result.LiveSet; in makeStatepointExplicit() local
|