Searched refs:LiveSet (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 714 if (FragIt == LiveSet.end()) { in addDef() 935 process(*BB, LiveSet); in run() 1410 LiveSet->setLocKind(Var, K); in setLocKind() 1413 SetKind(LiveSet, Var, K); in setLocKind() 1417 SetKind(LiveSet, Frag, K); in setLocKind() 1693 addMemDef(LiveSet, Var, AV); in processTaggedInstruction() 1773 addDbgDef(LiveSet, Var, AV); in processDbgAssign() 1812 BlockInfo *LiveSet) { in processDbgValue() argument 1827 addDbgDef(LiveSet, Var, AV); in processDbgValue() 1931 assert(LiveSet->isValid()); in process() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 204 StatepointLiveSetTy LiveSet; member 318 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local 323 for (Value *V : LiveSet) in analyzeParsePointLiveness() 330 Result.LiveSet = LiveSet; in analyzeParsePointLiveness() 1938 const auto &LiveSet = Result.LiveSet; in makeStatepointExplicit() local 1942 LiveVec.reserve(LiveSet.size()); in makeStatepointExplicit() 1944 for (Value *L : LiveSet) { in makeStatepointExplicit() 2510 R.LiveSet.remove(Cand); in rematerializeLiveValuesAtUses() 2828 Info.LiveSet.clear(); in insertParsePoints() 3282 Data.LiveSet[&BB].clear(); in computeLiveInValues() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | DeadArgumentElimination.h | 108 using LiveSet = std::set<RetOrArg>; variable 112 LiveSet LiveValues;
|