Home
last modified time | relevance | path

Searched refs:LiveSet (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp714 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 DRewriteStatepointsForGC.cpp204 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 DDeadArgumentElimination.h108 using LiveSet = std::set<RetOrArg>; variable
112 LiveSet LiveValues;