Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp666 addDef(const VarLocInfo & VarLoc,VarLocInsertPt Before,BasicBlock & BB,VarFragMap & LiveSet) addDef() argument
829 process(BasicBlock & BB,VarFragMap & LiveSet) process() argument
932 VarFragMap LiveSet = LiveIn[BB]; run() local
1407 setLocKind(BlockInfo * LiveSet,VariableID Var,LocKind K) setLocKind() argument
1409 __anon504de5160402(BlockInfo *LiveSet, VariableID Var, LocKind K) setLocKind() argument
1421 getLocKind(BlockInfo * LiveSet,VariableID Var) getLocKind() argument
1425 addMemDef(BlockInfo * LiveSet,VariableID Var,const Assignment & AV) addMemDef() argument
1438 addDbgDef(BlockInfo * LiveSet,VariableID Var,const Assignment & AV) addDbgDef() argument
1467 hasVarWithAssignment(BlockInfo * LiveSet,BlockInfo::AssignmentKind Kind,VariableID Var,const Assignment & AV) hasVarWithAssignment() argument
1597 processNonDbgInstruction(Instruction & I,AssignmentTrackingLowering::BlockInfo * LiveSet) processNonDbgInstruction() argument
1605 processUntaggedInstruction(Instruction & I,AssignmentTrackingLowering::BlockInfo * LiveSet) processUntaggedInstruction() argument
1674 processTaggedInstruction(Instruction & I,AssignmentTrackingLowering::BlockInfo * LiveSet) processTaggedInstruction() argument
1764 processDbgAssign(AssignRecord Assign,BlockInfo * LiveSet) processDbgAssign() argument
1812 processDbgValue(PointerUnion<DbgValueInst *,DPValue * > DbgValueRecord,BlockInfo * LiveSet) processDbgValue() argument
1848 processDbgInstruction(DbgInfoIntrinsic & I,AssignmentTrackingLowering::BlockInfo * LiveSet) processDbgInstruction() argument
1863 processDPValue(DPValue & DPV,AssignmentTrackingLowering::BlockInfo * LiveSet) processDPValue() argument
1888 process(BasicBlock & BB,BlockInfo * LiveSet) process() argument
2345 BlockInfo LiveSet = LiveIn[BB]; run() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h108 using LiveSet = std::set<RetOrArg>; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp174 MapVector<BasicBlock *, SetVector<Value *>> LiveSet; member
204 StatepointLiveSetTy LiveSet; member
318 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local
1938 const auto &LiveSet = Result.LiveSet; makeStatepointExplicit() local
[all...]