Home
last modified time | relevance | path

Searched refs:SetIndex (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp135 StratifiedIndex SetIndex) { in FunctionInfo() argument
140 auto Itr = InterfaceMap.find(SetIndex); in FunctionInfo()
148 auto &Link = Sets.getLink(SetIndex); in FunctionInfo()
149 InterfaceMap.insert(std::make_pair(SetIndex, CurrValue)); in FunctionInfo()
159 SetIndex = Link.Below; in FunctionInfo()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadSpec.h45 void SetIndex(uint32_t index) { m_index = index; } in SetIndex() function
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadSpec.cpp33 thread_spec_up->SetIndex(index); in CreateFromStructuredData()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp126 GetLocationOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
131 m_options_up->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
H A DBreakpoint.cpp360 m_options.GetThreadSpec()->SetIndex(index); in SetThreadIndex()
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointName.cpp387 bp_name->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
H A DSBBreakpoint.cpp378 bkpt_sp->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1202 Value *SetTuple, *SetIndex, *SetValue; in instCombineSVETupleGet() local
1211 m_Value(SetTuple), m_Value(SetIndex), m_Value(SetValue))) || in instCombineSVETupleGet()
1216 if (GetIndex == SetIndex) in instCombineSVETupleGet()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp145 m_bp_opts.GetThreadSpec()->SetIndex(thread_index); in SetOptionValue()
H A DCommandObjectTarget.cpp4831 thread_spec->SetIndex(m_options.m_thread_index); in DoExecute()