Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp667 addDef(const VarLocInfo & VarLoc,VarLocInsertPt Before,BasicBlock & BB,VarFragMap & LiveSet) addDef() argument
830 process(BasicBlock & BB,VarFragMap & LiveSet) process() argument
933 VarFragMap LiveSet = LiveIn[BB]; run() local
1409 setLocKind(BlockInfo * LiveSet,VariableID Var,LocKind K) setLocKind() argument
1411 __anonaad91fb70402(BlockInfo *LiveSet, VariableID Var, LocKind K) setLocKind() argument
1423 getLocKind(BlockInfo * LiveSet,VariableID Var) getLocKind() argument
1427 addMemDef(BlockInfo * LiveSet,VariableID Var,const Assignment & AV) addMemDef() argument
1440 addDbgDef(BlockInfo * LiveSet,VariableID Var,const Assignment & AV) addDbgDef() argument
1469 hasVarWithAssignment(BlockInfo * LiveSet,BlockInfo::AssignmentKind Kind,VariableID Var,const Assignment & AV) hasVarWithAssignment() argument
1599 processNonDbgInstruction(Instruction & I,AssignmentTrackingLowering::BlockInfo * LiveSet) processNonDbgInstruction() argument
1607 processUntaggedInstruction(Instruction & I,AssignmentTrackingLowering::BlockInfo * LiveSet) processUntaggedInstruction() argument
1676 processTaggedInstruction(Instruction & I,AssignmentTrackingLowering::BlockInfo * LiveSet) processTaggedInstruction() argument
1766 processDbgAssign(AssignRecord Assign,BlockInfo * LiveSet) processDbgAssign() argument
1814 processDbgValue(PointerUnion<DbgValueInst *,DbgVariableRecord * > DbgValueRecord,BlockInfo * LiveSet) processDbgValue() argument
1850 processDbgInstruction(DbgInfoIntrinsic & I,AssignmentTrackingLowering::BlockInfo * LiveSet) processDbgInstruction() argument
1865 processDbgVariableRecord(DbgVariableRecord & DVR,AssignmentTrackingLowering::BlockInfo * LiveSet) processDbgVariableRecord() argument
1890 process(BasicBlock & BB,BlockInfo * LiveSet) process() argument
2352 BlockInfo LiveSet = LiveIn[BB]; run() local
[all...]
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h108 using LiveSet = std::set<RetOrArg>; variable
/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp318 findLiveSetAtInst(Call, OriginalLivenessData, LiveSet, GC); in analyzeParsePointLiveness() local
174 MapVector<BasicBlock *, SetVector<Value *>> LiveSet; global() member
204 StatepointLiveSetTy LiveSet; global() member
1939 const auto &LiveSet = Result.LiveSet; makeStatepointExplicit() local
[all...]